ImageGear Professional for Windows ActiveX
MouseMove Event

Description:

Fires each time mouse is moved across the View control window.

Syntax:

Sub IGPageViewCtl_MouseMove(Button As Integer, Shift As Integer,
X As Long, Y As Long)

Parameters:

Name Description
Button Mouse button pressed. It can be ORed combination of following constants:
  • VK_LBUTTON (1)
  • VK_MBUTTON (4)
  • VK_RBUTTON (2)
Shift State of Shift keyboard key
X X mouse position in windows (device) coordinates
Y Y mouse position in windows (device) coordinates

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback