InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Screen Interface / CursorRow Property


In This Topic
    CursorRow Property (IT27Screen)
    In This Topic
    Gets or sets the cursor's row location relative to the top edge of the terminal window.
    Syntax
    'Declaration
     
    
    Property CursorRow As Integer
    'Usage
     
    
    Dim instance As IT27Screen
    Dim value As Integer
     
    instance.CursorRow = value
     
    value = instance.CursorRow
    int CursorRow {get; set;}
    Remarks
    CursorColumn returns the column location. The value of this property can be changed with the MoveCursor or MoveCursorTo methods as well as by keyboard and mouse actions.
    See Also