Accusoft NotateXpress 13
MouseDown Event

The layer handle of the clicked element.

The sequence number of the clicked element.

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 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

NotateXpress Object  | NotateXpress Members  | User Interaction

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback