Reflection
MouseColumn Property


Returns the column location where the mouse was last clicked within the terminal screen. A click in the first column sets this property to zero (0).
Syntax
'Declaration
 
ReadOnly Property MouseColumn As Integer
'Usage
 
Dim instance As IScreen
Dim value As Integer
 
value = instance.MouseColumn
int MouseColumn {get;}
See Also