Search
FlowChart.ArrowClicked Event
See Also
 



Occurs when an arrow is clicked with the mouse.

 Syntax

VB6  Copy Code

Public Event ArrowClicked

 Event Data

Parameter

Type

Description

arrow

[input] reference to an Arrow

The arrow that is clicked.

button

[input] EMouseButton enumeration

The button that is pressed.

x

[input] long

The x coordinate of the point inside the arrow bounding rectangle.

y

[input] long

The y coordinate of the point inside the arrow bounding rectangle.

Dispatch ID: 18

 Remarks

Raised when an arrow is clicked. The button argument identifies the pressed button (mbLeft, mbRight, mbMiddle). The (x, y) point is relative to the upper left corner of arrow's bounding rectangle and is measured in document coordinates.

 See Also