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 (Point)

 

Double-clicks the default mouse button at the specified location.

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

public:
static void DoubleClick(
	Point screenCoordinate
)

Parameters

screenCoordinate
Type: System.Drawing::Point

Point on the screen to double-click.

Return to top
Show: