[archived content]

Control.click event

public Event click(Control,EventArgs)

For more information on events, see using events.

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

Page last modified on May 22, 2008, at 12:11 AM