[]
Specifies which customization options are available at runtime.
Use members of this enumeration to set the value of the CustomizeOptions property of a C1ToolBar.
The members of this enumeration can be combined using the bitwise OR operation.
[Flags]
[TypeConverter(typeof(ToolBarCustomizeOptionsConverter))]
public enum CustomizeOptionsFlags
| Name | Description |
|---|---|
| AllowAddItem | A new C1CommandLink can be added to a toolbar. |
| AllowAll | Allow all actions. |
| AllowDelete | Toolbars can be deleted. |
| AllowNone | Nothing is allowed. |
| AllowRemoveItem | Command links in toolbar can be removed. |
| AllowToggleCustomizeButton | Customize button can be enabled or disabled. |
| HideCustomizeOption | Hides Customize menu item from Add and Remove Buttons menu. |