Search
FlowChart.DecorationDblClicked Event
See Also
 



Occurs when a decoration is double-clicked with the mouse.

 Syntax

VB6  Copy Code

Public Event DecorationDblClicked

 Event Data

Parameter

Type

Description

decoration

[input] reference to a decoration

The decoration that has been double-clicked.

button

[input] EMouseButton enumeration

The button that is pressed.

x

[input] long

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

y

[input] long

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

Dispatch ID: 105

 Remarks

Raised when a decoration object such as DecorationLine has been double-clicked. The button argument identifies the pressed button (mbLeft, mbRight, mbMiddle).

 See Also