IMEMode Property

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

Object.IMEMode[ = nExpression]

Return Value

  • 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

Applies To: ComboBox | EditBox | TextBox

This property is ignored unless you are running an East Asia version of a supported version of Microsoft Windows.

See Also

Reference

IMESTATUS( ) Function
SET BROWSEIME Command

Concepts

How to: Enter International Data

Other Resources

Properties (Visual FoxPro)
Language Reference (Visual FoxPro)