It occurs before the Change Skin Dialog box is displayed.
Syntax
Private Sub vbSkinnerObject_BeforeShowChangeSkinDialog (FormName As String, Cancel as Boolean)
Parameters:
FormName: Name of the form where the event takes place. Data type: String
Cancel: If this parameter is set to True, the operation is canceled, and
the dialog box is not displayed. Data type: Boolean
Remarks
This event is useful to know that the user is going to display the change
skin dialog.
If you want to show a custom change skin dialog box, you can set the Cancel
parameter to true and show your own form for changing the skin.
![]()
| See also: | AfterShowChangeSkinDialog (event) |
![]()