Control.click event
public Event click(Control,EventArgs)
The click event is triggered when the user pushes the left mouse button over the control and releases it over the same control.
For capturing other mouse clicks, such as right click, see other events, such as mouseDown?.
See also: doubleClick?, mouseDown?, mouseUp?, capture