Search
FlowChart.Clicked Event
See Also
 



Raised when the control background is clicked.

 Syntax

VB6  Copy Code

Public Event Clicked

 Event Data

Parameter

Type

Description

button

[input] EMouseButton enumeration

The button that is pressed.

x

[input] long

The x coordinate of the document point that was clicked.

y

[input] long

The y coordinate of the document point that was clicked.

Dispatch ID: 16

 Remarks

Raised when the control background is clicked - the mouse is not placed over any FlowChartX object. The button parameter indicates type of mouse button pressed (mbLeft, mbRight, mbMiddle). The (x, y) point is relative to the document upper left corner and it is measured in document coordinates.

 See Also