TdxBarManager.ShowHelpButton Property
Specifies whether the Help button is displayed on the Customization Form.
Declaration
property ShowHelpButton: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
By default the Help button is invisible on the Customization Form. Set the ShowHelpButton property to True for the Help button to be displayed in the left-bottom corner of the toolbar’s Customization Form. Specify the HelpContext property which associates a control with a help topic.
Use the HelpButtonGlyph property to specify a bitmap which will appear on the Help button.
The OnHelpButtonClick event is fired when an end-user clicks the Help button.
See Also