'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether the Manager can enter "Customizing" mode.")> Public Property AllowCustomize As System.Boolean
'Usage
Dim instance As NCommandBarsManager Dim value As System.Boolean instance.AllowCustomize = value value = instance.AllowCustomize
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Gets/sets a value whether the Manager can enter "Customizing" mode.")] public System.bool AllowCustomize {get; set;}