Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / ThemeCursor Object / RestrictCursorMovement Property
In This Topic
    RestrictCursorMovement Property
    In This Topic
    Returns or specifies whether the cursor is restricted to input fields in the terminal window.
    Syntax
    expression.RestrictCursorMovement As Boolean
    where expression is a variable that represents a ThemeCursor Object
    Remarks
    When this property is set to true, the cursor only moves within or between input fields.

    When this property is false, the cursor can be moved out of an input field. Trying to enter text outside of an input field results in an error.

    This property is only relevant for 5250 terminal sessions.
    See Also