Occurs when the user clicks the mouse over the help button of the Change skin dialog box, while the ChSD_HelpButtonBehavior property is set to 1.
Syntax
Private Sub vbSkinnerObject_ChangeSkinDialogHelpClick(FormName As String)
Parameters:
FormName: Name of the form where the event takes place. Data type: String
Remarks
You can display customized help setting the ChSD_HelpButtonBehavior
property to 1 and writing the required code in this event.
![]()
| See also: | ChSD_HelpButtonBehavior (property) |
| ChSD_ShowHelpButton (property) | |
| To customize how the change skin dialog box is shown |
![]()