Gets the location of the mouse during the generating mouse event, relative to the upper-left corner of the session window.
public Point Location {get;}
'Declaration
Public ReadOnly Property Location As Point
'Usage
Dim instance As MouseEventArgsEx
Dim value As Point
value = instance.Location
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.