In This Topic
Gets the row location, in host-addressable coordinates, where the mouse was last clicked within the terminal screen.
Syntax
'Declaration
ReadOnly Property MouseRow As Integer
'Usage
Dim instance As IScreen
Dim value As Integer
value = instance.MouseRow
See Also