'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether the NForm will use the current skin to display its frame.")> Public Property EnableSkinning As System.Boolean
'Usage
Dim instance As NForm Dim value As System.Boolean instance.EnableSkinning = value value = instance.EnableSkinning
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether the NForm will use the current skin to display its frame.")] public System.bool EnableSkinning {get; set;}