MouseMove2 event (ILEADRasterView)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

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

Overview

Refer to Detecting Events.

Remarks

Occurs when the user moves the mouse over the Raster View Control.

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, MouseUp2 event, EnableFireMouse2Event property

Topics:

Working with the Control: General Behavior

 

Working with the Control: Client Area Usage