'Declaration
Public Enum CustomizeOptionsFlags Inherits System.Enum
public enum CustomizeOptionsFlags : System.Enum
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.
'Declaration
Public Enum CustomizeOptionsFlags Inherits System.Enum
public enum CustomizeOptionsFlags : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Win.Command.CustomizeOptionsFlags