ICImagingControl.MouseUp Event

This event is called if the user releases a mouse button inside the control window.
Syntax:
Private Sub MouseUp(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 MouseUp event

Shift

Specifies the extended keys (like [ALT] and [SHIFT]) which are pressed. See Visual Basic help for documentation on the MouseUp 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.MouseMove

<< ICImagingControl