| ImageGear Professional v18.2 > API Reference Guide > View Component API Reference > View Component Objects > IGPageViewCtl Control > IGPageViewCtl Events > MouseMove Event |
Fires each time mouse is moved across the View control window.
Sub IGPageViewCtl_MouseMove(Button As Integer, Shift As Integer,
X As Long, Y As Long)
| Name | Description |
|---|---|
| Button |
Mouse button pressed. It can be ORed combination of following constants:
|
| Shift | State of Shift keyboard key |
| X | X mouse position in windows (device) coordinates |
| Y | Y mouse position in windows (device) coordinates |