Occurs when an arrow is double-clicked with the mouse.
SyntaxVB6
Copy Code
|
|---|
Public Event ArrowDblClicked |
Event DataParameter 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: 19
RemarksRaised when an arrow is double-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