Returns or sets a value indicating whether in the title bar will be visible a button that will allow the user to change the skin. It is available at design time and at run time.
Syntax
object.ChangeSkinButton [= value]
The ChangeSkinButton 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 'Change skin' button. |
Settings
The settings for value are:
| Value | Description |
| True | (Default) The 'Change skin' button will be visible. |
| False | This button will not appear in the title bar. |
![]()
| See also: | Property page 'Buttons' |
| How to customize skins | |
| Changing skin |
![]()