TdxStatusBarSimplePanelStyle Class
Stores settings for a simple status bar panel.
Declaration
TdxStatusBarSimplePanelStyle = class(
TPersistent
)
Remarks
The simple status bar panel is similar to the SimplePanel available in the TStatusBar control shipped with the standard VCL library.
Main API Members
The list below outlines key members of the TdxStatusBarSimplePanelStyle class.
- Active
- Specifies if the parent status bar displays the simple panel instead of other panels.
- AutoHint
- Specifies if AutoHint mode is active.
- Automation
Provides access to UI Automation and accessibility-related settings.
Tip
Use Automation.Name and Automation.Description, and other API members to specify information visible to third-party assistive tools as UIA node properties.
Direct TdxStatusBarSimplePanelStyle Class Reference
The TdxCustomStatusBar.SimplePanelStyle property references a TdxStatusBarSimplePanelStyle object.
Inheritance
TObject
TPersistent
TdxStatusBarSimplePanelStyle
See Also