Skip to main content

TdxStatusBarPanel.PanelStyleClass Property

Specifies the panel’s style.

Declaration

property PanelStyleClass: TdxStatusBarPanelStyleClass read; write;

Property Value

Type
TdxStatusBarPanelStyleClass

Remarks

The PanelStyleClass property can be used to specify the style of the panel. You need to assign the class of the desired TdxStatusBarPanelStyle descendant to this property. Once a new value is assigned, the panel changes its style to that specified. Also, panel style settings are set to default. If the style being assigned is the panel’s current style, nothing happens. Once a panel style is assigned, you can access its settings via the PanelStyle property.

You can also specify panel styles via the PanelStyleClassName property.

Paint style classes (descendants of the TdxStatusBarPanelStyle class) that can be assigned to the PanelStyleClass property are listed in the TdxStatusBarPanelStyle class description.

See Also