InfoConnect for Unisys
CursorWrap Property


Gets or sets a value indicating whether to move the cursor to the home position on the screen or leave the cursor in place when a character is entered in the last column of the last line on the screen.

Syntax
'Declaration
 
Property CursorWrap As Boolean
'Usage
 
Dim instance As IT27Terminal
Dim value As Boolean
 
instance.CursorWrap = value
 
value = instance.CursorWrap
bool CursorWrap {get; set;}
See Also