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.

UITestControl::EnsureClickable Method (Point)

 

Scrolls the user interface to a specific point to make sure that the control is clickable.

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

public:
void EnsureClickable(
	Point point
)

Parameters

point
Type: System.Drawing::Point

Location relative to the control.

Return to top
Show: