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