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:
Tip You can call the ClassType function or use other RTTI functionality to identify the parent status panel type. |
See Also