Occurs when the user clicks the mouse over the help button in the title bar.
Syntax
Private Sub objectvbSkinner_HelpButtonClick (FormName As String)
Parameters:
FormName: Name of the form where the event takes place. Data type: String
Remarks
You can place a help button at the title bar and and write code in this
event show help to the user.
The visibility of the custom button is specified by the HelpButton
property setting.
![]()
| See also: | HelpButton (property) |
| To customize how the change skin dialog box is shown | |
| Property page 'Buttons' |
![]()