DblClick event (ILEADRasterView)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

void DblClick ();

Overview

Refer to Detecting Events.

Remarks

Occurs when the user double-clicks a mouse button over the LEAD RasterView Control.

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:

Click event, MouseDown event, MouseMove event, MouseUp event

Topics:

Working with the Control: General Behavior

 

Working with the Control: Client Area Usage