'Declaration
Property CursorWrap As Boolean
'Usage
Dim instance As IT27Terminal Dim value As Boolean instance.CursorWrap = value value = instance.CursorWrap
bool CursorWrap {get; set;}
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.
'Declaration
Property CursorWrap As Boolean
'Usage
Dim instance As IT27Terminal Dim value As Boolean instance.CursorWrap = value value = instance.CursorWrap
bool CursorWrap {get; set;}