ButtonDown Method
Presses the specified mouse button at the specified point on the screen.

C# Syntax

public static void ButtonDown( 
   Point point,
   MouseButton button
)

Parameters

point
The System.Drawing.Point where the mouse button is pressed.
button
Optional. The mouse button to press. Possible Values: MouseButton. Default = MouseButton.Left.