Skip to main content

Ribbon Help Button

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:

Member Description
Glyph Allows 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.
ScreenTip Specifies the button’s ScreenTip.
See Also