'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the context will appear in the "Customize" dialog of the NCommandBarsManager.")> Public Property EditorBrowsable As System.Boolean
'Usage
Dim instance As NCommandContext Dim value As System.Boolean instance.EditorBrowsable = value value = instance.EditorBrowsable
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value indicating whether the context will appear in the "Customize" dialog of the NCommandBarsManager.")] public System.bool EditorBrowsable {get; set;}