CHeaderCtrl::DrawItem

This member function is called by the framework when a visual aspect of an owner-draw header control changes. The itemAction member of the DRAWITEMSTRUCT structure defines the drawing action that is to be performed.

Syntax

void DrawItem( LPDRAWITEMSTRUCT lpDrawItemStruct );

At a Glance

Header file: Afxcmn.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CHeaderCtrl Overview, CHeaderCtrl Member Functions, Control Classes, CWnd::OnDrawItem