Enum ImeMode
Specifies a value that determines the Input Method Editor (IME) status of an object when the object is selected.
public enum ImeMode
Fields
Alpha = 8Alphanumeric single-byte characters(SBC). This setting is valid for Korean and Japanese IME only.
AlphaFull = 7Alphanumeric double-byte characters. This setting is valid for Korean and Japanese IME only.
Close = 11IME closed. This setting is valid for Chinese IME only.
Disable = 3The IME is disabled. With this setting, the users cannot turn the IME on from the keyboard, and the IME floating window is hidden.
Hangul = 10Hangul SBC. This setting is valid for the Korean IME only.
HangulFull = 9Hangul DBC. This setting is valid for the Korean IME only.
Hiragana = 4Hiragana DBC. This setting is valid for the Japanese IME only.
Inherit = -1Inherits the IME mode of the parent control.
Katakana = 5Katakana DBC. This setting is valid for the Japanese IME only.
KatakanaHalf = 6Katakana SBC. This setting is valid for the Japanese IME only.
NoControl = 0None (Default).
Off = 2The IME is off. This mode indicates that the IME is off, meaning that the object behaves the same as English entry mode. This setting is valid for Japanese, Simplified Chinese, and Traditional Chinese IME only.
On = 1The IME is on. This value indicates that the IME is on and characters specific to Chinese or Japanese can be entered. This setting is valid for Japanese, Simplified Chinese, and Traditional Chinese IME only.
OnHalf = 12IME on HalfShape. This setting is valid for Chinese IME only.