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 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
- 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.