ComponentOne Menus and Toolbars for WinForms
CustomizeOptionsFlags Enumeration

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace : CustomizeOptionsFlags Enumeration
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.

Syntax
'Declaration
 
Public Enum CustomizeOptionsFlags 
   Inherits System.Enum
public enum CustomizeOptionsFlags : System.Enum 
Members
MemberDescription
AllowAddItemA new C1CommandLink can be added to a toolbar.
AllowAllAllow all actions.
AllowDeleteToolbars can be deleted.
AllowNoneNothing is allowed.
AllowRemoveItemCommand links in toolbar can be removed.
AllowToggleCustomizeButtonCustomize button can be enabled or disabled.
HideCustomizeOptionHides Customize menu item from Add and Remove Buttons menu.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Command.CustomizeOptionsFlags

See Also

Reference

C1.Win.C1Command Namespace