Click event (ILEADRasterImgList)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

void Click (void);

Overview

Refer to Using the Image List Control.

Remarks

Occurs when the user presses and releases a mouse button over the ImageList 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:

Resize event, DblClick event, KeyDown event, KeyPress event, KeyUp event, MouseMove event, MouseDown event, MouseUp event, Scroll event

Topics:

Raster Images: Displaying Images