ICImagingControl.MouseMove Event

This event is called if the user moves the mouse inside the control window.
Syntax:
Private Sub MouseMove(Button As Long, Shift As Long, XPos As Short, YPos As Short)
Parameter Description
Button

Specifies the buttons which are pressed. See Visual Basic help for documentation on the MouseMove event

Shift

Specifies the extended keys (like [ALT] and [SHIFT]) which are pressed. See Visual Basic help for documentation on the MouseMove event

XPos

Specifies the distance of the mouse cursor from the top left corner of the control.

YPos

Specifies the distance of the mouse cursor from the top left corner of the control.

See also: ICImagingControl, ICImagingControl.MouseDown, ICImagingControl.MouseUp

<< ICImagingControl