Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarManager.HelpButtonGlyph Property

Specifies a bitmap which appears on the Help button in the Customization Form.

#Declaration

Delphi
property HelpButtonGlyph: TdxSmartGlyph read; write;

#Property Value

Type
TdxSmartGlyph

#Remarks

By default the Help button is displayed without an image on the Customization Form. Assign a bitmap to the HelpButtonGlyph property to specify an image.

The Help button’s visibility is specified by the ShowHelpButton property. Specify a value for the HelpContext property to associate a control with a help topic.

See Also