| ImageGear Professional v18.2 > API Reference Guide > View Component API Reference > View Component Objects > IGPageViewCtl Control > IGPageViewCtl Events > MouseDblClick Event |
Fires for each mouse double click.
Sub IGPageViewCtl_MouseDblClick(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 |