CWnd * pWnd = GetWindow(GW_CHILD);
while (pWnd != NULL)
{
pWnd->SetFont(GetFont());
pWnd = pWnd->GetNextWindow();
}遍历对话框中的子控件
最新推荐文章于 2022-02-14 08:05:11 发布
CWnd * pWnd = GetWindow(GW_CHILD);
while (pWnd != NULL)
{
pWnd->SetFont(GetFont());
pWnd = pWnd->GetNextWindow();
}
1362
5190

被折叠的 条评论
为什么被折叠?
