TdxCustomRibbon.OnApplicationMenuClick Event
Fires when the Ribbon Application Menu is about to be displayed on-screen.
Declaration
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