Excalibur Software PropertyList 3.0

DrawItem

Event DrawItem(iProp As Property, hDC As Long, _
  lLeft As Long, lTop As Long, _
  lRight As Long, lBottom As Long, _
  lStartText As Long, lStartValue As Long)

Description
Occurs when an owner-drawn item needs to be painted.

Parameters:

Remarks
A fair knowledge of the Windows GDI API will be required to use the PropertyList's owner-draw feature.
There is an example project included with the PropertyList 3.0 package that demonstrates how to use owner-draw.