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


In This Topic
    ButtonState Enumeration
    In This Topic
    The definitions of button's state
    Syntax
    'Declaration
     
    
    Public Enum ButtonState 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ButtonState
    public enum ButtonState : System.Enum 
    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