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

In This Topic
    ToolBarStyleEnum Enumeration
    In This Topic
    Specifies the style of the toolbar.

    Use members of this enumeration to set the value of the ToolBarStyle property of a C1ToolBar.

    Syntax
    'Declaration
     
    
    Public Enum ToolBarStyleEnum 
       Inherits System.Enum
    public enum ToolBarStyleEnum : System.Enum 
    Members
    MemberDescription
    DefaultSpecifies a toolbar in the default state.
    DropDownMenuSpecifies drawing toolbar like DropDownMenu.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Command.ToolBarStyleEnum

    See Also