DblClick event (ILEADRasterContainerViewer)

Visual Basic example

Visual C++ example

 

Syntax

void DblClick(void);

Overview

Refer to Using the Image Viewer

Remarks

(Medical Imaging Suite) Occurs when the user double-clicks a mouse button inside the "Display Container". This is one of four events that occur in the following order when the user double-clicks a mouse button:

1.

MouseDown event

2.

Click event

3.

MouseUp event

4.

DblClick event

The MouseDown and MouseUp events let you check which mouse button is pressed.

See Also

Elements:

Resize property, KeyPress event, Click event, CellTag event, KeyDown event, KeyUp event, MouseMove event, MouseDown event, MouseUp event, MouseWheel event

Topics:

Image Viewer: Container Properties