TSRVSkin.VerticalScrollBarSchemes

<< Click to display table of contents >>

TSRVSkin.VerticalScrollBarSchemes

Specifies which Elements are used to draw specific parts of a vertical scrollbar.

property VerticalScrollBarSchemes: TSRVScrollBarSkinSchemeCollection;

This is a collection of TSRVScrollBarSkinScheme items. Each item has properties defining which Elements are used to draw specific parts of a vertical scrollbar.

TSRVScrollBar has SkinSchemeIndex property specifying the index in this collection (used if TSRVScrollBar.Kind = sbVertical).

TSRichViewEdit has VScrollBarSchemeIndex property specifying the index in this collection for applying to vertical scrollbar.