Reflection
CursorRow Property (IScreen)


Returns 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