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.

UITestActionExecutor::DoubleClick Method (UITechnologyElement^, MouseButtons, ModifierKeys, Point)

 

Double click the default mouse button.

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

public:
virtual void DoubleClick(
	UITechnologyElement^ control,
	MouseButtons button,
	ModifierKeys modifierKeys,
	Point relativeCoordinate
) abstract

Parameters

control
Type: Microsoft.VisualStudio.TestTools.UITest.Extension::UITechnologyElement^

Control to double click.

button
Type: System.Windows.Forms::MouseButtons

Mouse button to double click.

modifierKeys
Type: System.Windows.Input::ModifierKeys

Modifier keys to be pressed while double clicking

relativeCoordinate
Type: System.Drawing::Point

Co-ordinates relative to the control. If control is null, then it is taken as absolute co-ordinate.

Return to top
Show: