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::TryGetClickablePoint Method (Point)

 

Returns a clickable point in the UITestControl. If the control is not clickable, this method returns false.

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

public:
bool TryGetClickablePoint(
	[OutAttribute] Point% point
)

Parameters

point
Type: System.Drawing::Point

A clickable point in the UITestControl.

Return Value

Type: System::Boolean

true if the control is clickable; otherwise, false.

Return to top
Show: