COleControl::DrawContent

This method is called by the framework when the control's appearance needs to be updated. This method directly calls the overridable OnDraw method.

At a Glance

Header file: Afxctl.h
Platforms: H/PC 2.0, H/PC Pro
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

void DrawContent( CDC* pDC, CRect& rc );

See Also

COleControl::OnDraw