Returns or sets a value indicating whether in the title bar of the Change skin dialog box the help button will be visible.
Syntax
object.ChSD_ShowHelpButton [= value]
The ChSD_ShowHelpButton property syntax has these parts:
| Part | Description |
| object | An object expression referencing to a vbSkinner object. |
| value | A Boolean expression specifying whether the help button will be visible when the user try to change skin, as described in Settings. |
Settings
The settings for value are:
| Value | Description |
| True | (Default) The help button will be visible in the Change skin dialog box. |
| False | Help will not be available to the user. |
Remarks
See the help button behavior that is specified by the ChSD_HelpButtonBehavior
property value.
![]()
| See also: | ChSD_HelpButtonBehavior (property) |
| To customize how the change skin dialog box is shown |
![]()