Back to Devexpress

TdxCustomRibbon.OnApplicationMenuClick Event

vcl-dxribbon-dot-tdxcustomribbon-df9798a2.md

latest1006 B
Original Source

TdxCustomRibbon.OnApplicationMenuClick Event

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

TdxRibbonApplicationButton.Menu

TdxCustomRibbon Class

TdxCustomRibbon Members

dxRibbon Unit