CDialogEx::CDialogEx
构造 CDialogEx 对象。
CDialogEx(
UINT nIDTemplate,
CWnd* pParent=NULL
);
CDialogEx(
LPCTSTR lpszTemplateName,
CWnd* pParentWnd=NULL
);
参数
[in] nIDTemplate
对话框模板的资源ID。[in] lpszTemplateName
对话框模板资源名称。[in] pParent
父窗口的指针。 默认值为 NULL。[in] pParentWnd
父窗口的指针。 默认值为 NULL。
要求
标头: afxdialogex.h