Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.