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


ButtonState Enumeration
The definitions of button's state
Syntax
'Declaration
 
Public Enum ButtonState 
   Inherits System.Enum
 
'Usage
 
Dim instance As ButtonState
Members
MemberDescription
DisabledThe state of button is disabled.
HotThe state of button is hot.
NormalThe state of button is normal.
PressedThe state of button is pressed.
Inheritance Hierarchy

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

See Also