Skip to main content

TdxBarManager.HelpButtonGlyph Property

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

Declaration

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