Spread WPF 18
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
    DecreaseThe up button.
    IncreaseThe down button.
    ThumbThe thumb button.
    Inheritance Hierarchy

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

    See Also