Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.UITestControl- UITestControl to be double-clicked. 
- button 
 Type: MouseButtons- MouseButtons 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.