Spread WPF 18
GrapeCity.Spreadsheet.FormControls Namespace / ControlState Enumeration


In This Topic
    ControlState Enumeration
    In This Topic
    The definitions of control's state
    Syntax
    'Declaration
     
    <FlagsAttribute()>
    Public Enum ControlState 
       Inherits System.Enum
    'Usage
     
    Dim instance As ControlState
    [Flags()]
    public enum ControlState : System.Enum 
    Members
    MemberDescription
    DisabledThe state of control is disabled.
    HotThe state of control is hot.
    NormalThe state of control is normal.
    PressedThe state of control is pressed.
    Inheritance Hierarchy

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

    See Also