C# Syntax
public static void Click( 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 click. Possible Values: MouseButton. Default = MouseButton.Left.