TdxCustomRibbon.OnMoreCommandsExecute Event
In This Article
Fires after the More Commands… item in the Ribbon Quick Access Toolbar‘s dropdown menu has been clicked.
#Declaration
Delphi
property OnMoreCommandsExecute: TdxRibbonEvent read; write;
#Remarks
Handle this event to respond to the item click.
See Also