Raised when a table must be custom drawn.
SyntaxVB6
Copy Code
|
|---|
Public Event DrawTable |
Event DataParameter | 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
RemarksRaised 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