Skip to main content

TdxStatusBarPanelStyle Class

The base class for status bar panel type-specific settings.

Declaration

TdxStatusBarPanelStyle = class(
    TInterfacedPersistent,
    IdxScaleFactor
)

Remarks

Main API Members

The list below outlines key members of the TdxStatusBarPanelStyle class.

Appearance Settings

Alignment
Specifies text alignment within the status bar panel.
Font
Provides access to font settings used to display text on the panel.
ParentFont
Specifies if the panel uses the parent status bar control’s font settings.

General-Purpose API Members

BeginUpdate | EndUpdate
Allow you to avoid excessive redraw operations during batch panel setting changes.
RestoreDefaults
Restores default panel type-specific settings.

Direct TdxStatusBarPanelStyle Class References

The following public API members reference a TdxStatusBarPanelStyle object:

TdxStatusBarPanel.PanelStyle
Provides access to active panel style-specific settings.
TdxStatusBarPanelStyleClass

Terminal TdxStatusBarPanelStyle Class Descendants

TdxStatusBarContainerPanelStyle
Defines the visual style for the status bar container panels.
TdxStatusBarKeyboardStatePanelStyle
Stores keyboard state panel settings.
TdxStatusBarStateIndicatorPanelStyle
Provides settings for panels that display a set of indicators.
TdxStatusBarTextPanelStyle
The object that defines the display style for the status bar text panels.
TdxStatusBarToolbarPanelStyle
A Toolbar Panel within a status bar.

Implements

Inheritance

See Also