TdxBarManager.HelpButtonGlyph Property
In This Article
Specifies a bitmap which appears on the Help button in the Customization Form.
#Declaration
Delphi
property HelpButtonGlyph: TdxSmartGlyph read; write;
#Property Value
Type |
---|
Tdx |
#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