Search
FlowChart.DrawArrow Event
See Also
 



Raised when an arrow must be custom drawn.

 Syntax

VB6  Copy Code

Public Event DrawArrow

 Event Data

Parameter

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

 Remarks

Raised 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