Programming with Reflection
CursorColumn property
Syntax |
object.CursorColumn |
Data type |
Returns the current cursor column location relative to the left edge of the terminal window. CursorRow returns the row 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.