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