InputMethodEditorMode Enum
Contents
[
Hide
]InputMethodEditorMode Enum
Represents the default run-time mode of the Input Method Editor.
type InputMethodEditorMode int32
Fields
| Field | Description |
|---|---|
| NoControl | Does not control IME. |
| On | IME on. |
| Off | IME off. English mode. |
| Disable | IME off.User can’t turn on IME by keyboard. |
| Hiragana | IME on with Full-width hiragana mode. |
| Katakana | IME on with Full-width katakana mode. |
| KatakanaHalf | IME on with Half-width katakana mode. |
| AlphaFull | IME on with Full-width Alphanumeric mode. |
| Alpha | IME on with Half-width Alphanumeric mode. |
| HangulFull | IME on with Full-width hangul mode. |
| Hangul | IME on with Half-width hangul mode. |
| HanziFull | IME on with Full-width hanzi mode. |
| Hanzi | IME on with Half-width hanzi mode. |