TSRichViewEdit.VScrollBarSchemeIndex

<< Click to display table of contents >>

TSRichViewEdit.VScrollBarSchemeIndex

Determines which skin scheme is used for the vertical scrollbar.

property VScrollBarSchemeIndex: Integer;

This is an index in SkinManager.CurrentSkin.VerticalScrollBarSchemes collection.

If SkinManager = nil, or SkinManager.CurrentSkin = nil, or this index is not valid for this collection (negative or too large), then this scrollbar has a default (no-skin) appearance.

Default value

0

See also

HScrollBarSchemeIndex