TStandardSheetSelectorStyles Class
Holds the styles for one of the positions of a TStandardSheetSelector.
Syntax
Unit: FlexCel.Render
TStandardSheetSelectorStyles = class(TFlexCelObject);
Properties
| Name |
Description |
| Main |
Style to be applied to the whole Selector.
|
| ActiveTab |
Style to be applied to the Active tab.
|
| UnselectedTab |
Style to be applied to a tab when it is not the Active one.
|
| UnselectedTabHover |
Style to be applied to an unselected tab when you hover the mouse over it.
|
| Links |
Style to be applied to the links in the unselected tabs. Note that the active tab does not have a link.
|
| ActiveText |
Style to be applied to the text of the selected tab.
|
| List |
Style of the list used for the different entries in the selector. this defaults to "list-style: none", but you can use something like "list-style: upper-roman inside" to for example place roman number on each text.
|