Accusoft NotateXpress 13
MouseMove Event

The layer handle of the element that was moved over.

The sequence number of the element that was moved over.

The shift key state when the event was generated:

These values may be combined.

The coordinate of the mouse relative to the element.

The coordinate of the mouse relative to the element.

Description
Raised when the mouse is moved over an annotation element in Interactive Mode.
Syntax
Visual Basic
Public Event MouseMove( _
   ByVal layerHandle As Long, _
   ByVal seqNum As Long, _
   ByVal Button As Integer, _
   ByVal Shift As Integer, _
   ByVal x As Long, _
   ByVal y As Long _
)
Parameters
layerHandle

The layer handle of the element that was moved over.

seqNum

The sequence number of the element that was moved over.

Button
Shift

The shift key state when the event was generated:

  • ShiftMask (1)

  • CtrlMask (2)

  • AltMask (4)

These values may be combined.

x

The coordinate of the mouse relative to the element.

y

The coordinate of the mouse relative to the element.

See Also

NotateXpress Object  | NotateXpress Members  | User Interaction

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback