Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

See Also