Skip to main content

TdxBarSubMenuControl Class

Represents a submenu on screen.

Declaration

TdxBarSubMenuControl = class(
    TCustomdxBarControl
)

Remarks

The TdxBarSubMenuControl class visually represents toolbar and Ribbon context menus (see TdxBarPopupMenu, TdxRibbonPopupMenu, and TdxBarApplicationMenu) and toolbar subitems (see TCustomdxBarSubItem) on screen. The TdxBarSubMenuControl objects are bar controls since the TdxBarSubMenuControl class is inherited from the TCustomdxBarControl class.

Generally, the bar control’s ChildBar property specifies a TdxBarSubMenuControl object.

See Also