Returns or sets a value indicating whether in the title bar will be visible a
custom button, witch pressing it the CustomButtonClick event
will be triggered.
It is available at design time and at run time.
Syntax
object.CustomButton [= value]
The CustomButton property syntax has these parts:
| Part | Description |
| object | An object expression referencing to a vbSkinner object. |
| value | A Boolean expression specifying whether in the title bar will appear the 'Custom' button. |
Settings
The settings for value are:
| Value | Description |
| True | The 'Custom' button will be visible. |
| False | (Default) This button will not appear at the title bar. |
Remarks: The button to which this property refers is identified in the sample figure with number '7'.
![]()
| See also: | CustomButtonClick (event) |
| Property page 'Buttons' | |
| To customize the buttons that appear in the title bar |
![]()