Accusoft ImagXpress 12
MouseUp Event
See Also  Send comments on this topic.
Button

An integer value which represents the mouse button clicked to create the event:

  • LeftButton (1)
  • RightButton (2)
  • MiddleButton (4)
Shift

An integer which represents the shift key state when the event was generated:

ShiftMask (1)

CtrlMask (2)

AltMask (4)

These values may be combined.

x
A long value which represents the horizontal coordinate of the mouse relative to the control's area. Use DIBXPos and DIBYPos to get the coordinates within the image without having to calculate scale, scroll offsets, etc.
y
A long value which represents the vertical coordinate of the mouse relative to the control's area. Use DIBXPos and DIBYPos to get the coordinates within the image without having to calculate scale, scroll offsets, etc.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : MouseUp Event

Glossary Item Box

Description

Raised when the user lifts up on a mouse button while over an image.

Syntax

Visual Basic
Public Event MouseUp( _
   ByVal Button As Integer, _
   ByVal Shift As Integer, _
   ByVal x As Long, _
   ByVal y As Long _
)

Parameters

Button

An integer value which represents the mouse button clicked to create the event:

  • LeftButton (1)
  • RightButton (2)
  • MiddleButton (4)
Shift

An integer which represents the shift key state when the event was generated:

ShiftMask (1)

CtrlMask (2)

AltMask (4)

These values may be combined.

x
A long value which represents the horizontal coordinate of the mouse relative to the control's area. Use DIBXPos and DIBYPos to get the coordinates within the image without having to calculate scale, scroll offsets, etc.
y
A long value which represents the vertical coordinate of the mouse relative to the control's area. Use DIBXPos and DIBYPos to get the coordinates within the image without having to calculate scale, scroll offsets, etc.

See Also

ImagXpress Object  | ImagXpress Members  | Window and Control

©2013. Accusoft Corporation. All Rights Reserved.