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
See Also