Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / MouseClickEventHandlerEx Event
Window message that contains the mouse click event.
The terminal row number of the mouse click.
The terminal column number of the mouse click.
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
    MouseClickEventHandlerEx Event
    In This Topic
    This event occurs when a session window is clicked by the mouse.
    Syntax
    Public Delegate Sub MouseClickEventHandlerEx( _
       ByVal windowMessage As Integer, _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal X As Integer, _
       ByVal Y As Integer _
    ) 

    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