Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.FormControls Namespace / ScrollBarButtonType Enumeration


In This Topic
    ScrollBarButtonType Enumeration
    In This Topic
    Represents the scrollbar button
    Syntax
    'Declaration
     
    
    Public Enum ScrollBarButtonType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ScrollBarButtonType
    public enum ScrollBarButtonType : System.Enum 
    Members
    MemberDescription
    DownThe down button.
    ThumbThe thumb button.
    UpThe up button.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.FormControls.ScrollBarButtonType

    See Also