[]
Specifies the state of an Input Method Editor (IME) for using a Western keyboard for entering East Asian characters.
public enum ImeMode
Public Enum ImeMode
| Name | Description |
|---|---|
| Active | All characters are entered through the IME. Users can still deactivate the IME. |
| Auto | IME state is not affected. This is the same as not specifying the Input Method Editor state. |
| Disabled | IME is completely disabled. Users cannot activate the IME if the control has focus. |
| Inactive | All characters are entered without IME. Users can still activate the IME. |