Skip to main content

TdxCustomStatusBar Class

The base class for status bar controls.

Declaration

TdxCustomStatusBar = class(
    TcxControl,
    IdxSkinSupport
)

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.).

VCL Bars: A Status Bar Example

Main API Members

The list below outlines key members of the TdxCustomStatusBar class. These members allow you to manage status bar panels and configure general appearance settings.

BorderWidth
Adjusts border width for the status bar.
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.

Terminal TdxCustomStatusBar Class Descendants

Do not use the TdxCustomStatusBar class directly. Use the following descendants instead:

TdxRibbonStatusBar
Implements the Ribbon status bar.
TdxStatusBar
A simple status bar.

Implements

See Also