This topic has not yet been rated - Rate this topic

Mouse.DoubleClick Method (UITestControl, ModifierKeys)

Double-clicks the default mouse button on the control with modifiers.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
public static void DoubleClick(
	UITestControl control,
	ModifierKeys modifierKeys
)

Parameters

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

The UITestControl to be double-clicked.

modifierKeys
Type: ModifierKeys

The ModifierKeys included with the double-click.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.