Returns or sets a value indicating whether the skin will be applied or not. It is available at design time and at run time.
Syntax
object.Enabled [= value]
The Enabled property syntax has these parts:
| Part | Description |
| object | An object expression referencing to a vbSkinner object. |
| value | A boolean expression specifying if the control shows the skin. |
Settings
The settings for value are:
| Value | Description |
| True | (Default) The form(s) will have skin. |
| False | The form(s) will appear with the standard Windows appearance. |
Remarks:
Changing this property setting will produce a change for all the forms. If you
want to change just one form, set the SaveToRegistry
property setting to False.
| See also: | ShowSysCommands (property) |
| SaveToRegistry (property) |
![]()