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


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

    Property Value

    The x-coordinate of the mouse, in pixels, relative to the left side of the session window.
    See Also