Skip to main content

TdxCustomStatusBar.SimplePanelStyle Property

Provides access to simple panel settings.

Declaration

property SimplePanelStyle: TdxStatusBarSimplePanelStyle read; write;

Property Value

Type Description
TdxStatusBarSimplePanelStyle

Stores settings for a simple status bar panel.

Remarks

Set the SimplePanelStyle.Active property to True to display one simple text panel instead of all panels defined in the Panels collection.

Note

The SimplePanelStyle.Active setting is similar to the SimplePanel property available in the TStatusBar control shipped with the standard VCL library.

Available Options

Use the SimplePanelStyle.Text property to display a message on the simple panel.

Refer to the TdxStatusBarSimplePanelStyle class description for detailed information on all available options.

You can use Font and ParentFont properties to configure font settings applied to the simple panel.

See Also