ButtonUp Method
Releases the specified mouse button at the specified point on the screen.

C# Syntax

public static void ButtonUp( 
   Point point,
   MouseButton button
)

Parameters

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