'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets whether the editor associated with button must allow (enable) the Use Automatic check box in the editor")> <System.ComponentModel.DefaultValueAttribute(False)> Public Property UseAutomatic As System.Boolean
'Usage
Dim instance As NAppearanceStyleButton(Of T) Dim value As System.Boolean instance.UseAutomatic = value value = instance.UseAutomatic
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets whether the editor associated with button must allow (enable) the Use Automatic check box in the editor")] [System.ComponentModel.DefaultValue(false)] public System.bool UseAutomatic {get; set;}