Skip to main content

TdxStatusBarPanelStyle.StatusBarControl Property

Provides access to the parent status bar control.

Declaration

property StatusBarControl: TdxCustomStatusBar read;

Property Value

Type Description
TdxCustomStatusBar

The parent status bar control. You need to cast the returned object to one of the following classes to access all public API members:

TdxStatusBar
A simple status bar.
TdxRibbonStatusBar
A status bar component designed for the Ribbon UI.

Tip

You can call the ClassType function or use other RTTI functionality to identify the parent status panel type.

See Also