COleControl::DrawContent
void DrawContent(
CDC* pDC,
CRect& rc
);
参数
pDC
与设备上下文的指针。rc
要绘制的矩形区域。
备注
此功能直接调用可重写的 OnDraw 功能。
要求
Header: afxctl.h
void DrawContent(
CDC* pDC,
CRect& rc
);
pDC
与设备上下文的指针。
rc
要绘制的矩形区域。
此功能直接调用可重写的 OnDraw 功能。
Header: afxctl.h