Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / MouseClick Event
In This Topic
MouseClick Event (IbmScreen)
In This Topic
This event occurs when a session window is clicked by the mouse.
Syntax
private Sub IbmScreen_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