InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Terminal Interface / CursorWrap Property


In This Topic
    CursorWrap Property
    In This Topic

    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