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