Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.FormControls Namespace / ScrollBarButtonType Enumeration


ScrollBarButtonType Enumeration
Represents the scrollbar button
Syntax
'Declaration
 
Public Enum ScrollBarButtonType 
   Inherits System.Enum
 
'Usage
 
Dim instance As ScrollBarButtonType
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