Click event (ILEADRasterContainerViewer)

Visual Basic example

Visual C++ example

 

Syntax

void Click(void);

Overview

Refer to Using the Image Viewer

Remarks

(Medical Imaging Suite) Occurs when the user presses and releases a mouse button over the "Display Container".

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 property, KeyPress event, DblClick event, CellTag event, KeyDown event, KeyUp event, MouseMove event, MouseDown event, MouseUp event, MouseWheel event

Topics:

Image Viewer: Container Properties