Function
Specifies IME control when the component is focused.
Variable type
[ C#: enum System.Windows.Forms.ImeMode ] [ VB.NET: Enum System.Windows.Forms.ImeMode ]
Initial value
NoControl
Setting value
Value |
Enumeration member |
Description |
0 |
NoControl |
No control |
1 |
On |
IME is on. This value indicates that the IME is on and that you can enter characters that are unique to Chinese or Japanese. This setting is valid only for IMEs in Japanese, Simplified Chinese, and Traditional Chinese. |
2 |
Off |
IME is off. This mode indicates that the IME is off. In other words, the behavior of the object is similar to the English input mode. This setting is valid only for IMEs in Japanese, Simplified Chinese, and Traditional Chinese. |
3 |
Disable |
IME is disabled. With this setting, the user cannot enable his IME using the keyboard and the floating window of the IME will be hidden. |
4 |
Hiragana |
Hiragana DBC. This setting is valid only for Japanese IME. |
5 |
Katakana |
Katakana DBC. This setting is valid only for Japanese IME. |
6 |
KatakanaHalf |
Katakana SBC. This setting is valid only for Japanese IME. |
7 |
AlphaFull |
2-byte alphanumerical. This setting is valid only for Korean and Japanese IMEs. |
8 |
Alpha |
1-byte alphanumerical (SBC). This setting is valid only for Korean and Japanese IMEs. |
9 |
HangulFull |
Hangul DBC. This setting is valid only for Korean IME. |
10 |
Hangul |
Hangul SBC. This setting is valid only for Korean IME. |
11 |
Close |
The IME will be closed.This setting is valid only for Chinese IME. |
12 |
OnHalf |
HalfShape IME. This setting is valid only for Chinese IME. |
-1 |
Inherit |
Inherits the IME mode of the parent control. |
Remarks
Specifies IME control when the component is focused.