'Declaration Public Enum IMEMode Inherits System.Enum
public enum IMEMode : System.Enum
'Declaration Public Enum IMEMode Inherits System.Enum
public enum IMEMode : System.Enum
| Member | Description | 
|---|---|
| Active | The input method editor is initially active; text entry is performed using it unless the user specifically dismisses it. | 
| Auto | No change is made to the current input method editor state. | 
| Disabled | The input method editor is disabled and may not be activated by the user. | 
| Inactive | The input method editor is initially inactive, but the user may activate it if they wish. | 
System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1GridView.IMEMode