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

TdxCustomRibbon.OnApplicationMenuClick Event

In This Article

Fires when the Ribbon Application Menu is about to be displayed on-screen.

#Declaration

Delphi
property OnApplicationMenuClick: TdxRibbonApplicationMenuClickEvent read; write;

#Remarks

The Ribbon Application Menu appears when the Ribbon Application Button is clicked, or when the Ribbon’s ApplicationMenuPopup method is invoked.

Implement the OnApplicationMenuClick event handler to customize the menu before it appears.

Sender specifies the Ribbon control that owns the menu;

AHandled specifies which code handles the menu’s layout, and its initialization. Set AHandled to True to delegate this operation to custom code.

See Also