[]
Specifies the description of the Japanese input rules.
public enum IMEModeType
Disabled = 3Specifies the mode is disabled.
FullAlpha = 7Specifies full-width alphanumeric.
FullHangul = 9Specifies full-width Hangul.
FullKatakana = 5Specifies the mode is Katakana.
HalfAlpha = 8Specifies half-width alphanumeric.
HalfHangul = 10Specifies Hangul.
HalfKatakana = 6Specifies the mode is half-width Katakana.
Hiragana = 4Specifies the mode is Hiragana.
NoControl = 0Specifie no control.
Off = 2Specifies the mode is off (English mode).
On = 1Specifies the mode is on.