CStatusBarCtrl::DrawItem

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

By default, this method does nothing. Override this method to implement drawing for an owner-draw CStatusBarCtrl object.

At a Glance

Header file: Afxcmn.h
Platforms: Palm-size PC, H/PC Pro
Windows CE versions: 2.10 and later
Complete documentation: Visual C++ documentation

Syntax

virtual void DrawItem( LPDRAWITEMSTRUCT lpDrawItemStruct );