Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / CustomizeOptionsFlags Enumeration

In This Topic
    CustomizeOptionsFlags Enumeration
    In This Topic
    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.Command.CustomizeOptionsFlags

    See Also