Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / MouseClickEventHandler Event
Window message that contains the mouse click event.
The x-coordinate of the mouse click, in pixels, relative to the left side of the session window.
The y-coordinate of the mouse click, in pixels, relative to the top of the session window.
In This Topic
MouseClickEventHandler Event
In This Topic
This event occurs when a session window is clicked by the mouse.
Syntax
Public Delegate Sub MouseClickEventHandler( _
   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