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 (MouseButtons, ModifierKeys, Point)

 

Double-clicks the specified mouse button while holding the specified modifier keys at the specified screen location.

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

public:
static void DoubleClick(
	MouseButtons button,
	ModifierKeys modifierKeys,
	Point screenCoordinates
)

Parameters

button
Type: System.Windows.Forms::MouseButtons

MouseButtons to double-click.

modifierKeys
Type: System.Windows.Input::ModifierKeys

ModifierKeys keys to be pressed while double-clicking.

screenCoordinates
Type: System.Drawing::Point

Point on the screen to double-click.

Return to top
Show: