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

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

public:
static UITestControl^ FromPoint(
	Point absoluteCoordinates
)

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

Return to top
Show: