COleControl::OnDraw

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

Syntax

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

At a Glance

Header file: Afxctl.h
Platforms:
Versions: 2.0 and later
Complete documentation Visual C++ documentation

See Also

COleControl Overview, COleControl Member Functions, Control Classes, COleControl::DrawContent, CDC, CRect