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.