MouseAction.AbsoluteLocation Property

Gets or sets the screen location where the pointer operation occurred.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

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

Property Value

Type: System.Drawing.Point
The screen location for the operation.

Remarks

Setting this property raises the PropertyChanged event.

.NET Framework Security

See Also

Reference

MouseAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

PropertyChanged

Point