InfoConnect for Unisys VBA Guide
MouseClickEx Event
This event occurs when a session window is clicked by the mouse.
Syntax
private Sub IbmScreen_MouseClickEx (
   ByVal windowMessage As Long, _
   ByVal row As Long, _
   ByVal column As Long, _
   ByVal X As Long, _
   ByVal Y As Long _
) 

Parameters

windowMessage
Window message that contains the mouse click event.
row
The terminal row number of the mouse click.
column
The terminal column number of the mouse click.
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

 

 


2015 Attachmate

Send Feedback