Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ToolBarButton.styleType Enumeration

In This Topic
    ToolBarButton.styleType Enumeration
    In This Topic
    Specifies the button style type within a ToolBarButton.
    Syntax
    'Declaration
     
    Public Enum ToolBarButton.styleType 
       Inherits System.Enum
    public enum ToolBarButton.styleType : System.Enum 
    Members
    MemberDescription
    PushButton A standard, three-dimensional button.
    Separator A space or line between toolbar buttons.
    ToggleButton A toggle button that appears sunken when clicked and retains the sunken appearance until clicked again.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Eyeshot.ToolBarButton.styleType

    See Also