MouseWheel event (ILEADRasterView)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

void MouseWheel (short nDelta, short Shift, long x, long y);

Overview

Refer to Detecting Event.

Remarks

This event is raised when the user rotates the mouse wheel over the Raster View Control, if the EnableMouseWheel property has been set to TRUE.

If the user clicks the mouse wheel over the RasterView Control, the Click, MouseDown and MouseUp events will be raised.

See Also

Elements

Click event, DblClick event, MouseDown event, MouseUp event, MouseWheel Event

Topics

Working with the Control: General Behavior

 

Working with the Control: Client Area Usage