Accusoft NotateXpress 12
MouseMove Event
See Also  Send comments on this topic.
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.

AccusoftNotateXpress12 ActiveX DLL > NotateXpress Object : MouseMove Event

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.