CMDIFrameWnd::CMDIFrameWnd
构造 CMDIFrameWnd 对象。
CMDIFrameWnd( );
备注
调用 Create 或 LoadFrame 成员函数创建可见的MDI框架窗口。
示例
// Create main MDI Frame window. CMainFrame is a CMDIFrameWnd-derived
// class. The default CFrameWnd::PostNcDestroy() handler will delete this
// object when destroyed.
CMainFrame* pMainFrame = new CMainFrame;
要求
Header: afxwin.h