Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.UIControls.v4.4 Assembly / Xceed.Chart.UIControls Namespace / ToolBarButtonStyle Enumeration


In This Topic
    ToolBarButtonStyle Enumeration
    In This Topic
    Available styles for a ToolBarButton object.
    Syntax
    'Declaration
     
    Public Enum ToolBarButtonStyle 
       Inherits System.Enum
    'Usage
     
    Dim instance As ToolBarButtonStyle
    public enum ToolBarButtonStyle : System.Enum 
    Members
    MemberDescription
    ControlThe button will serve as a placeholder for a Control.
    DropDownThe button will display a drop-down menu.
    PushA simple push-like button. This is the default style.
    SeparatorA separator (spacing) between two buttons.
    ToggleThe button will serve as a checkbox and will have two states - checked and uncheked.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Chart.UIControls.ToolBarButtonStyle

    Requirements

    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