InputMethodEditorMode enumeration

InputMethodEditorMode enumeration

Represents the default run-time mode of the Input Method Editor.

The InputMethodEditorMode type exposes the following members:

Fields

FieldDescription
NO_CONTROLDoes not control IME.
ONIME on.
OFFIME off. English mode.
DISABLEIME off.User can’t turn on IME by keyboard.
HIRAGANAIME on with Full-width hiragana mode.
KATAKANAIME on with Full-width katakana mode.
KATAKANA_HALFIME on with Half-width katakana mode.
ALPHA_FULLIME on with Full-width Alphanumeric mode.
ALPHAIME on with Half-width Alphanumeric mode.
HANGUL_FULLIME on with Full-width hangul mode.
HANGULIME on with Half-width hangul mode.
HANZI_FULLIME on with Full-width hanzi mode.
HANZIIME on with Half-width hanzi mode.

See Also