TdxStatusBar Class
A simple status bar.
Declaration
TdxStatusBar = class(
TdxCustomStatusBar
)
Remarks
Status bars are horizontal panels designed to display information on the current application state (the caret position in a document, special key states, custom indicators, etc.).
Main API Members
The list below outlines key members of the TdxStatusBar
class. These members allow you to manage status bar panels and configure general appearance settings.
- BorderWidth
- Adjusts border width for the status bar.
- Color
- Specifies status bar color.
- DefaultUseGlobalSkin
- Enables or disables synchronization with global skin and palette for all status bar controls in the application.
- Images
- Specifies the image source for UI icons.
- LookAndFeel
- Provides access to look & feel settings.
- Panels
- Provides access to the panel collection.
- SizeGrip
- Specifies if the status bar displays a size grip.
Inheritance
See Also