InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / MouseEventArgsEx Class / Y Property


In This Topic
    Y Property
    In This Topic
    Gets the y-coordinate of the mouse during this event, in pixels, relative to the top of the session window.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Y As Integer
    'Usage
     
    
    Dim instance As MouseEventArgsEx
    Dim value As Integer
     
    value = instance.Y
    public int Y {get;}

    Property Value

    The y-coordinate of the mouse, in pixels, relative to the top of the session window.
    See Also