TdxCustomRibbon.OnHelpButtonClick Event
In This Article
Fires after the Ribbon Help Button has been clicked.
#Declaration
Delphi
property OnHelpButtonClick: TdxRibbonEvent read; write;
#Remarks
If this event is handled, the Help Button is displayed at the top-right corner of the Ribbon.
Note that this button is only displayed at runtime.
See Also