Skip to main content

TdxBarSeparator Class

An item separator in toolbar and Ribbon context menus (see TdxBarPopupMenu, TdxRibbonPopupMenu and TdxBarApplicationMenu) and toolbar subitems (TCustomdxBarSubItem descendants).

Declaration

TdxBarSeparator = class(
    TdxBarLabel
)

Remarks

Compared with a group separator, an item separator is displayed as a label, providing additional information on menu items that follow it.

Bar Separator

This class does not introduce any new functionality, but instead, publishes the inherited ShowCaption property.

Note

An item separator is not displayed at runtime if no items follow it (i.e., if it’s the last visible item in a menu).

See Also