InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / CursorRow Property


In This Topic
    CursorRow Property (IScreen)
    In This Topic
    Gets the current cursor row in the terminal window, relative to the top of the screen, in host-addressable coordinates.
    Syntax
    'Declaration
     
    
    ReadOnly Property CursorRow As Integer
    'Usage
     
    
    Dim instance As IScreen
    Dim value As Integer
     
    value = instance.CursorRow
    int CursorRow {get;}
    See Also