'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the control will use skin logic.")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property EnableSkinning As System.Boolean
'Usage
Dim instance As NStatusBar Dim value As System.Boolean instance.EnableSkinning = value value = instance.EnableSkinning
[System.ComponentModel.Description("Gets/sets a value indicating whether the control will use skin logic.")] [System.ComponentModel.DefaultValue(true)] public System.bool EnableSkinning {get; set;}