void DrawContent( CDC* pDC, CRect& rc );
Parameters
pDC
Pointer to the device context.
rc
Rectangular area to be drawn in.
Remarks
Called by the framework when the control’s appearance needs to be updated. This function directly calls the overridable OnDraw function.
COleControl Overview | Class Members | Hierarchy Chart
See Also COleControl::OnDraw, COleControl::DrawMetafile, COleControl::OnDrawMetafile