Skip to main content

TdxStatusBarToolbarPanelStyle Class

TdxStatusBarToolbarPanelStyle class represents a Toolbar Panel in a status bar.

Declaration

TdxStatusBarToolbarPanelStyle = class(
    TdxStatusBarPanelStyle
)

Remarks

A Toolbar Panel is a dock site for a toolbar. By using the panel’s Toolbar property, you can embed any toolbar into this section of a status bar. A toolbar can only be docked at one position. You cannot use the same toolbar in two or more places simultaneously.

Note

this panel type is only designed for a Ribbon Status Bar (see TdxRibbonStatusBar).

Inheritance

See Also