TSRVScrollBar.SkinSchemeIndex |
Top Previous Next |
|
Determines which skin scheme is used for this scrollbar. property SkinSchemeIndex: Integer; If Kind=sbHorizontal, this is an index in SkinManager.CurrentSkin.HorizontalScrollBarSchemes collection. If Kind=sbVertical, 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 |