Returns or sets a value indicating whether in the title bar will be visible the 'Help' button, witch pressing it the HelpButtonClick event will be triggered. It is available at design time and at run time.
Syntax
object.HelpButton [= value]
The HelpButton property syntax has these parts:
| Part | Description |
| object | An object expression referencing to a vbSkinner object. |
| value | A Boolean expression specifying whether in the title bar will appear the 'Help' button. |
Settings
The settings for value are:
| Value | Description |
| True | The 'Help' button will be visible. |
| False | (Default) This button will not appear at the title bar. |
Remarks: The button to which this property refers is identified in the sample figure with number '8'.
![]()
| See also: | HelpButtonClick (event) |
| Property page 'Buttons' | |
| To customize the buttons that appear in the title bar |
![]()