Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CMDIFrameWnd::MDIMaximize
CMDIFrameWnd                                Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  void MDIMaximize( CWnd* pWnd );
 
  Parameter   Description
 
  <pWnd>      Points to the window to maximize.
 
  Remarks
 
  Maximizes an MDI child window. When a child window is maximized, Windows
  resizes it to make its client area fill the client window. Windows
  places the child window's Control menu in the frame's menu bar so that
  the user can restore or close the child window, and adds the title of
  the child window to the frame-window title.
 
  See Also
 
  WM_MDIMAXIMIZE, CMDIFrameWnd::MDIRestore
 
 
                                     -♦-