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


In This Topic
    Location Property
    In This Topic
    Gets the location of the mouse during the generating mouse event, relative to the upper-left corner of the session window.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Location As Point
    'Usage
     
    
    Dim instance As MouseEventArgsEx
    Dim value As Point
     
    value = instance.Location
    public Point Location {get;}

    Property Value

    A Point structure that contains the x- and y- mouse coordinates, in pixels, relative to the upper-left corner of the session window.
    See Also