'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether the "Cusomize" dialog will display a "Palette" button.")> Public Overridable Property HasPaletteButton As System.Boolean
'Usage
Dim instance As NCommandBarsEditorConfig Dim value As System.Boolean instance.HasPaletteButton = value value = instance.HasPaletteButton
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value whether the "Cusomize" dialog will display a "Palette" button.")] public virtual System.bool HasPaletteButton {get; set;}