Raised when the control background is clicked.
SyntaxVB6
Copy Code
|
|---|
Public Event Clicked |
Event DataParameter | 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
RemarksRaised 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