Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / KanaLockState Property
In This Topic
    KanaLockState Property
    In This Topic
    Returns or specifies Kana Mode from the JIS-layout, which produces half-width Katakana characters.
    Syntax
    expression.KanaLockState As Boolean
    where expression is a variable that represents a IbmScreen Object

    Property Value

    The default value is True.

    When this property is true, the keyboard uses Kana Mode.

    When it is false, the keyboard uses ANSI-layout for the keyboard mapping.

    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

    This property is applicable to double-byte 3270 sessions only.

    See Also