Mouse.DoubleClick Method (UITestControl, MouseButtons)
Double-clicks the specified mouse button on the specified control.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Shared Sub DoubleClick ( _
control As UITestControl, _
button As MouseButtons _
)
public static void DoubleClick(
UITestControl control,
MouseButtons button
)
public:
static void DoubleClick(
UITestControl^ control,
MouseButtons button
)
static member DoubleClick :
control:UITestControl *
button:MouseButtons -> unit
public static function DoubleClick(
control : UITestControl,
button : MouseButtons
)
Parameters
control
Type: Microsoft.VisualStudio.TestTools.UITesting.UITestControlUITestControl to be double-clicked.
button
Type: MouseButtonsMouseButtons that will be used for double-clicking.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.