IMEMode Property

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

Object.IMEMode[ = nExpression]

Property Values

  • 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 an East Asia version of a supported version of Microsoft Windows.

See Also

Entering International Data | IMESTATUS( ) | SET BROWSEIME

Applies To: ComboBox | EditBox | TextBox