In This Topic
Gets 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
See Also