Accusoft ThumbnailXpress 5
MouseMove Event
See Also  Send Feedback
Button
An integer which represents the mouse button.
Shift
An integer value which represents the shift.
X
A long value which represents the x (horizontal) value.
Y
A long value which represents the y (vertical) value.
AccusoftThumbnailXpress5 ActiveX DLL > ThumbnailXpress Object : MouseMove Event

Glossary Item Box

Description

Called on a mouse move action.

Syntax

Visual Basic
Public Event MouseMove( _
   ByVal Button As Integer, _
   ByVal Shift As Integer, _
   ByVal X As Long, _
   ByVal Y As Long _
)

Parameters

Button
An integer which represents the mouse button.
Shift
An integer value which represents the shift.
X
A long value which represents the x (horizontal) value.
Y
A long value which represents the y (vertical) value.

See Also

©2013. Accusoft Corporation. All Rights Reserved.