Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / MouseColumn Property


In This Topic
MouseColumn Property
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