vcl-dxbar-4c8974ed.md
Represents a submenu on screen.
TdxBarSubMenuControl = class(
TCustomdxBarControl
)
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.
TObject TPersistent TComponent TControl TWinControl TCustomControl TCustomdxBarControl TdxBarSubMenuControl
See Also