Programming with Reflection
CursorRow property
Syntax |
object.CursorRow |
Data type |
Returns the current cursor row location relative to the top edge of the terminal window. CursorColumn returns the column location.
The value of this property can be changed with the MoveCursor method as well as by keyboard and mouse actions.
This property is read-only.