Mouse.LocationImplementation Property

Gets or sets the current location of the Mouse.

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

Syntax

'Declaration
Protected Overridable Property LocationImplementation As Point
protected virtual Point LocationImplementation { get; set; }
protected:
virtual property Point LocationImplementation {
    Point get ();
    void set (Point value);
}
abstract LocationImplementation : Point with get, set
override LocationImplementation : Point with get, set
function get LocationImplementation () : Point
function set LocationImplementation (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