Back to Devexpress

TdxBarApplicationMenu Class

vcl-dxribbon-315370af.md

latest2.7 KB
Original Source

TdxBarApplicationMenu Class

The Office 2007 Ribbon Application Menu.

Declaration

delphi
TdxBarApplicationMenu = class(
    TdxBarCustomApplicationMenu,
    IdxRibbonApplicationMenu
)

Remarks

To apply this menu style, link the TdxBarApplicationMenu component to the Ribbon’s ApplicationButton.Menu property.

The Application Menu contains two panels:

Under these panels, a collection of buttons is displayed. Use the Buttons property to populate this collection and manage its contents.

Note : for complete Ribbon UI consistency (see Ribbon Application Menu), a custom background image, specified via the menu’s BackgroundBitmap property (or via the bar manager’s Backgrounds.SubMenu property), is suppressed and the menu is provided with a built-in background.

Implements

IdxRibbonApplicationMenu

Inheritance

TObject TPersistent TComponent TcxCustomComponent TdxBarComponent TdxBarCustomPopupComponent TdxBarCustomPopupMenuComponent TdxBarCustomPopupMenu TdxBarCustomApplicationMenu TdxBarApplicationMenu

See Also

TdxRibbon Class

TdxRibbonApplicationButton.Menu Property

TdxBarApplicationMenu Members

dxRibbon Unit