CStatic::DrawItem
Called by the framework to draw an owner-drawn static control.
virtual void DrawItem(
LPDRAWITEMSTRUCT lpDrawItemStruct
);
Parameters
- lpDrawItemStruct
A pointer to a DRAWITEMSTRUCT structure. The structure contains information about the item to be drawn and the type of drawing required.
Remarks
Override this function to implement drawing for an owner-drawn CStatic object (the control has the style SS_OWNERDRAW).
Requirements
Header: afxwin.h