MouseUp2 event (ILEADRasterView)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

void MouseUp2(short Button, short Shift, long x, long y);

Overview

Refer to Detecting Events.

Remarks

Occurs when the user releases a mouse button.

This events will be fired only if the value of EnableFireMouse2Event property is set to TRUE.

See Also

Elements:

Click event, DblClick event, MouseMove event, MouseDown event, MouseUp event, MouseDown2 event, MouseMove2 event, EnableFireMouse2Event property

Topics:

Working with the Control: General Behavior

 

Working with the Control: Client Area Usage