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.

Mouse::DoubleClick Method (UITestControl^, Point)

 

Double-clicks the default mouse button on the specified control at the specified location that is relative to the control.

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

public:
static void DoubleClick(
	UITestControl^ control,
	Point relativeCoordinate
)

Parameters

control
Type: Microsoft.VisualStudio.TestTools.UITesting::UITestControl^

UITestControl to be double-clicked.

relativeCoordinate
Type: System.Drawing::Point

Point that is relative to the control to be double-clicked.

Legacy Code Example

Return to top
Show: