Click event (ILEADRasterView)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

void Click ();

Overview

Refer to Detecting Events.

Remarks

Occurs when the user presses and releases a mouse button over the control.

This is one of three events that occur in the following order:

1.

MouseDown event

2.

MouseUp event

3.

Click event

The first two events let you check which mouse button is pressed.

See Also

Elements:

DblClick event, MouseDown event, MouseMove event, MouseUp event

Topics:

Working with the Control: General Behavior

 

Working with the Control: Client Area Usage