Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / AutoIme Property
In This Topic
    AutoIme Property
    In This Topic
    Gets or sets a value indicating whether IME is turned on or off automatically as the cursor moves.
    Syntax
    expression.AutoIme As Boolean
    where expression is a variable that represents a IbmTerminal Object
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
    Remarks
    When this property is true, IME automatically turns on when the cursor is in a double-byte input field and off when the cursor is in a single-byte input field. When it is false, the state of the IME does not change in response to the cursor's location. The default value is true.
    See Also