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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.