Search
FlowChart.DrawTable Event
See Also
 



Raised when a table must be custom drawn.

 Syntax

VB6  Copy Code

Public Event DrawTable

 Event Data

Parameter

Type

Description

hdc

[input] device context

A HDC. Handle to the device context to draw in.

table

[input] reference to an Table

The table to be drawn.

shadow

[input] boolean

Indicates whether to draw a shadow or the table itself.

Dispatch ID: 101

 Remarks

Raised when a custom-drawn table has to be painted. The hdc is already prepared for drawing according to document coordinate system, zoom level and scroll position.

 See Also