Reflection
CursorColumn Property (IScreen)


Returns the column containing the cursor in the terminal window, relative to the left edge of the screen. The number is 1-based (the first column is column 1).
Syntax
'Declaration
 
ReadOnly Property CursorColumn As Integer
'Usage
 
Dim instance As IScreen
Dim value As Integer
 
value = instance.CursorColumn
int CursorColumn {get;}
See Also