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::MDINext
CMDIFrameWnd                                Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  void MDINext();
 
  Remarks
 
  Activates the child window immediately behind the currently active child
  window and places the currently active child window behind all other
  child windows.
 
  If the currently active MDI child window is maximized, restores the
  currently active child and maximizes the newly activated child.
 
  See Also
 
  CMDIFrameWnd::MDIActivate, CMDIFrameWnd::MDIGetActive, WM_MDINEXT
 
 
                                     -♦-