CListCtrl::DrawItem

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

Syntax

virtual void DrawItem( LPDRAWITEMSTRUCT lpDrawItemStruct );

At a Glance

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

See Also

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