InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.UTS Library / UtsScreen Object / MouseClick Event
In This Topic
MouseClick Event (UtsScreen)
In This Topic
This event occurs when a session window is clicked by the mouse.
Syntax
private Sub UtsScreen_MouseClick ( 
   ByVal windowMessage As Integer, _
   ByVal X As Integer, _
   ByVal Y As Integer _
) 

Parameters

windowMessage
Window message that contains the mouse click event.
X
The x-coordinate of the mouse click, in pixels, relative to the left side of the session window.
Y
The y-coordinate of the mouse click, in pixels, relative to the top of the session window.
See Also