RestrictCursorMovement Property
In This Topic
Returns or specifies whether the cursor is restricted to input fields in the terminal window. When this property is set to True, the cursor can only be moved within or between input fields. If you press Up, for example, the cursor moves up to the next input field. 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.
Syntax
'Declaration
Property RestrictCursorMovement As Boolean
'Usage
Dim instance As IThemeCursor
Dim value As Boolean
instance.RestrictCursorMovement = value
value = instance.RestrictCursorMovement
bool RestrictCursorMovement {get; set;}
See Also