TSRVTabSet.SkinSchemeIndex

<< Click to display table of contents >>

TSRVTabSet.SkinSchemeIndex

Determines which skin scheme is used for this tab set control.

property SkinSchemeIndex: Integer;

If Kind=srvtskHorizontal, this is an index in SkinManager.CurrentSkin.HorizontalTabSetSchemes collection.

If Kind=srvtskVertical, this is an index in SkinManager.CurrentSkin.VerticalTabSetSchemes collection.

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

Individual tabs can override this property with their own SkinSchemeIndex.

Default value

0