ImageGear Professional v18.2 > API Reference Guide > View Component API Reference > View Component Objects > IGPageViewCtl Control > IGPageViewCtl Events > MouseDown Event |
Fires each time any mouse button is pressed.
Sub IGPageViewCtl_MouseDown(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 |