Skip to main content

TdxStatusBarStateIndicatorPanelStyle Class

Provides settings for panels that display a set of indicators.

Declaration

TdxStatusBarStateIndicatorPanelStyle = class(
    TdxStatusBarPanelStyle
)

Remarks

If a TdxStatusBarStateIndicatorPanelStyle object is assigned to the PanelStyle property of a panel, the panel displays a set of indicators. These indicators are colored glyphs. You can access the collection of objects representing individual indicators via the Indicators property of the TdxStatusBarStateIndicatorPanelStyle object. You can also specify the distance between neighboring indicators using the Spacing property.

Being the direct descendant of the TdxStatusBarPanelStyle class, the TdxStatusBarStateIndicatorStyle object also inherits properties, methods and events common for all panel types.

Inheritance

See Also