IMEMode Property

Applies To   See Also

Specifies the Input Method Editor (IME) window setting for an individual control. Available at design time and run time.

Syntax

Object.IMEMode[ = nExpression]

Settings

nExpression

One of the following settings:

nExpression IME window action
0 (Default) No Control. The operating system determines if the IME window is opened when the control has the focus. If the IME window is closed when the control has the focus, the IME window can be opened by pressing THE KEY COMBINATION THAT ACTIVATES THE IME WINDOW.
1 Open IME. The IME window is opened when the control has the focus.
2 Close IME. The IME window is closed when the control has the focus. The IME window can be opened by pressing the key combination that activates the IME window.

Remarks

This property is ignored unless you are running a Far East version of Microsoft Windows 95 or Windows NT.