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

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

Property Value

Type: System.Drawing.Point

The screen location for the operation.

Remarks

Setting this property raises the PropertyChanged event.

See Also

PropertyChanged
Point
MouseAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top