ICImagingControl.MouseDown Event

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

Shift

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

<< ICImagingControl