ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.5.2 Assembly / C1.Win.C1Command 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.C1Command.CustomizeOptionsFlags

    scrap%

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also

    Reference

    C1.Win.C1Command Namespace