Back to Devexpress

Ribbon Help Button

vcl-155020-expressbars-fundamentals-ribbon-ribbon-help-button.md

latest1.4 KB
Original Source

Ribbon Help Button

  • Dec 28, 2020

The Ribbon Help Button is an optional element providing access to your application’s help system. This button is located at the top-right corner of the Ribbon control.

In order to display this button in the Ribbon and associate a Help dialog with it, handle the Ribbon’s OnHelpButtonClick event. The button is only displayed at runtime.

The Ribbon Help Button is represented by a TdxRibbonHelpButton object available via the Ribbon’s HelpButton property. This object provides the following properties:

MemberDescription
GlyphAllows you to provide your own icon for the button. Use the StretchGlyph property to specify if this icon is stretched or compressed to fit into the button’s boundaries.
ScreenTipSpecifies the button’s ScreenTip.

See Also

Ribbon User Interface