Specifies a value that determines the Input Method Editor (IME) status of an object when the object is selected.
An Input Method Editor (IME) allows users to enter and edit Chinese, Japanese, and Korean characters. The IME is an essential component for writing Chinese, Japanese, and Korean scripts. These writing systems have more characters than can be encoded for a regular keyboard. The IMEs for these languages use sequences of base characters that describe an individual character or group of characters to allow you to enter a larger set of characters. Base characters can be component letters from Hangul syllables, phonetic components for Japanese Kanji characters, or various combinations for Chinese characters.
The user can interactively change the Control.ImeMode unless it has been programmatically set to ImeMode.Disable. In this case, the user will not be able to use the IME.
The Control.ImeMode property is ignored on Windows 8 when the global input mode is in effect. For more info, see tp://go.microsoft.com/fwlink/?LinkID=256509.