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.
CWnd::CloseWindow
CWnd                                        Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  void CloseWindow();
 
  Remarks
 
  Minimizes CWnd. If CWnd is an overlapped window, it is minimized by
  removing the client area and caption of the open window from the display
  screen and moving its icon into the icon area of the screen.
 
  This member function has no effect if CWnd is a pop-up or child window.
 
  See Also
 
  CWnd::OpenIcon, ::CloseWindow
 
 
                                     -♦-