Occurs when a decoration is clicked with the mouse.
SyntaxVB6
Copy Code
|
|---|
Public Event DecorationClicked |
Event DataParameter | Type | Description |
|---|---|---|
decoration | [input] reference to a decoration | The decoration that has been 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: 104
RemarksRaised when a decoration object such as DecorationLine has been clicked. The button argument identifies the pressed button (mbLeft, mbRight, mbMiddle).
See Also