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