Graphisoft®

Dialog ManagerVersion: 2.0

ListBoxItemUpdateEvent::GetDrawContext

Retrieves the drawing context of the list item on which the update event occured.

void * GetDrawContext (void) const;

Return Value

A pointer to the platform-dependent drawing context of the list item to be updated.
The drawing context indicates:

Platform Meaning
On Macintosh: CGContextRef cast to void*.
On Windows: HDC cast to void*.