The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UITestControlFactory::FromPoint Method (Point)
Returns a new UITestControl at the specified co-ordinates.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Parameters
- absoluteCoordinates
-
Type:
System.Drawing::Point
The coordinates to use to create a new UITestControl.
Return Value
Type: Microsoft.VisualStudio.TestTools.UITesting::UITestControl^A new UITestControl at the specified co-ordinates
Show: