Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
CMDIFrameWnd();
Remarks
Call this member function to construct a CMDIFrameWnd object. Call the Create or LoadFrame member function to create the visible MDI frame window.
Example
// 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;
CMDIFrameWnd Overview | Class Members | Hierarchy Chart
See Also CFrameWnd::Create, CFrameWnd::LoadFrame