CTabCtrl::DrawItem

This member function is called by the framework when a visual aspect of an owner-draw tab 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 Afxcoll.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

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