Raised when an arrow must be custom drawn.
SyntaxVB6
Copy Code
|
|---|
Public Event DrawArrow |
Event DataParameter | Type | Description |
|---|---|---|
hdc | [input] device context | A HDC. Handle to the device context to draw in. |
arrow | [input] reference to an Arrow | The arrow to be drawn. |
shadow | [input] boolean | Indicates whether to draw a shadow or the arrow itself. |
Dispatch ID: 100
RemarksRaised when a custom-drawn arrow has to be painted. The hdc is already prepared for drawing according to document coordinate system, zoom level and scroll position.
See Also