Returns or sets the caption that the system menu will display for the option
"Enable 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.SysEnableSkinCaption [= string]
The SysEnableSkinCaption 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 "Enable skin" menu option. |
Data type: String
![]()
| See also: | ShowSysCommands (property) |
| SysDisableSkinCaption (property) | |
| Adapting to the language | |
| Enabled (property) |
![]()