
This class holds the event arguments for the ICImagingControl.MouseUp, ICImagingControl.MouseDown and ICImagingControl.MouseMove event.
Namespace: TIS.Imaging.ICImagingControl
Introduced in IC Imaging Control 2.0
| Property | Description | ||
| Buttons | Specifies which mouse buttons are pressed. |
||
| ModifierKeys | Specifies which of the extended keys ([SHIFT], [CONTROL] or [ALT]) are pressed. |
||
| x | Specifies the distance of the mouse cursor from the top left corner of the control. |
||
| y | Specifies the distance of the mouse cursor from the top left corner of the control. |
||