DoubleClick Method (Mouse)
Moves the mouse to the specified point on the screen and double-clicks the specified mouse button.

C# Syntax

public static void DoubleClick( 
   Point point,
   MouseButton button
)

Parameters

point
The System.Drawing.Point on the screen to place the mouse pointer.
button
Optional. The mouse button that performs the double-click. Possible Values: MouseButton. Default = MouseButton.Left.