InfoConnect for Unisys
MouseRow Property


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
int MouseRow {get;}
See Also