ImageGear Professional for Windows ActiveX
MouseUp Event

Description:

Fires each time any mouse button is released.

Syntax:

Sub IGPageViewCtl_MouseUp(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