Mouse.Location Property

Gets or sets the location of the Mouse.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Shared Property Location As Point
public static Point Location { get; set; }
public:
static property Point Location {
    Point get ();
    void set (Point value);
}
static member Location : Point with get, set
static function get Location () : Point
static function set Location (value : Point)

Property Value

Type: System.Drawing.Point
The location of the Mouse.

.NET Framework Security

See Also

Reference

Mouse Class

Microsoft.VisualStudio.TestTools.UITesting Namespace

Point