|
<< Click to display table of contents >> TCustomRVWidget.StyleLookups |
Allows you to specify visual styles for the components used in the widget.
type
TRVWidgetStyleLookups = class (TPersistent);
property StyleLookups: TRVWidgetStyleLookups;
This class property contains the subproperties listed in the table below.
Property |
Default value |
Applied to... |
|---|---|---|
MainToolLabel |
'toollabel' |
TLabel in the widget header |
MainToolButton |
'speedbuttonstyle' |
TRVSVGPathButton in the widget header |
MainToolBar |
'toolbarstyle' |
TToolBar used as the widget header |
MenuListBox |
'listboxstyle' |
TListBox used as a menu for switching between sections of the main panel page; see MainTabView |
MenuListBoxItem |
'listboxitemstyle' |
TListBoxItem in this TListBox |
ToolButton |
'speedbuttonstyle' |
TRVSVGPathButton, except for buttons in the panel header |
ToolBar |
'toolbarstyle' |
TToolBar, except for the widget header |
ListBox |
'listboxstyle' |
TListBox, except for the main page menu |
ListBoxItem |
'listboxitemstyle' |
Regular TListBoxItem in these TListBox controls |
ListBoxItemLarger |
'listboxitemnodetail' |
Taller TListBoxItem in these TListBox controls |
ListBoxItemWithDetails |
'listboxitembottomdetail' |
TListBoxItem in these TListBox controls containing main and detail text |
SpinBox |
'spinboxstyle' |
TSpinBox |
CheckBox |
'checkboxstyle' |
TCheckBox |
RadioButton |
'radiobuttonstyle' |
TRadioButton |
Button |
'speedbuttonstyle' |
TSpeedButton with text and no image |
TrackBar |
'trackbarstyle' |
TTrackBar |