'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the skinning logic may be applied on the menu.")> Public Property EnableSkinning As System.Boolean
'Usage
Dim instance As NContextMenu 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 skinning logic may be applied on the menu.")] public System.bool EnableSkinning {get; set;}