Returns or sets the caption that the system menu will display for the option
"Disable Skin". This menu option will appear if the ShowSysCommands
property is set to skAll (1) or skOnlyDisableSkin (2).
It is available at design and run time.
Syntax
object.SysDisableSkinCaption [= string]
The SysDisableSkinCaption property syntax has these parts:
| Part | Description |
| object | An object expression referencing to a vbSkinner object. |
| string | A String expression that sets the caption to display for the "Disable skin" menu option. |
Data type: String
![]()
| See also: | ShowSysCommands (property) |
| SysEnableSkinCaption (property) | |
| Adapting to the language | |
| Enabled (property) |
![]()