InfoConnect for Airlines VBA Guide
MouseClick Event (AlcScreen)
This event occurs when a session window is clicked by the mouse.
Syntax
private Sub AlcScreen_MouseClick (
   ByVal windowMessage As Long, _
   ByVal X As Long, _
   ByVal Y As Long _
) 

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