COleControl::OnDraw

This method is called by the framework when a control is requested to redraw itself.

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

virtual void OnDraw( CDC* pDC, const CRect& rcBounds,
const CRect&
rcInvalid );

See Also

COleControl::DrawContent, CDC, CRect