Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / EditorStatus Enumeration


In This Topic
    EditorStatus Enumeration
    In This Topic
    Represents the editor status.
    Syntax
    'Declaration
     
    Public Enum EditorStatus 
       Inherits System.Enum
    'Usage
     
    Dim instance As EditorStatus
    public enum EditorStatus : System.Enum 
    Members
    MemberDescription
    EditSpecifies that the cell is in edit mode and cannot commit the input value and navigate or select to other cells when invoking navigation or selection actions.
    EnterSpecifies that the cell is in edit mode and can commit the input value and navigate or select to other cells when invoking navigation or selection actions.
    ReadySpecifies that the cell is in Ready mode.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Windows.SpreadSheet.UI.EditorStatus

    See Also