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