Accusoft NotateXpress 12
MouseDown Event
See Also  Send comments on this topic.
layerHandle

The layer handle of the clicked element.

seqNum

The sequence number of the clicked element.

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 : MouseDown Event

Glossary Item Box

Description

Raised when an annotation element receives a MouseDown event in Interactive Mode.

Syntax

Visual Basic
Public Event MouseDown( _
   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 clicked element.

seqNum

The sequence number of the clicked element.

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.