[DefaultValue(true)] [Category("Xceed CommandBar")] [Description("Gets or sets a value whether run-time customizing of the command bar is allowed.")] public bool AllowCustomize {get; set;}
'Declaration <DefaultValueAttribute(True)> <CategoryAttribute("Xceed CommandBar")> <DescriptionAttribute("Gets or sets a value whether run-time customizing of the command bar is allowed.")> Public Property AllowCustomize As Boolean
'Usage Dim instance As CommandBar Dim value As Boolean instance.AllowCustomize = value value = instance.AllowCustomize