Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
CMDIFrameWnd::MDITile
CMDIFrameWnd                                Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  void MDITile();
  void MDITile( int nType );
 
  Parameter   Description
 
  <nType>     Specifies a tiling flag. This parameter can be one of the
              following flags:
 
              Value                  Meaning
 
              MDITILE_HORIZONTAL     Tiles MDI child windows horizontally
                                     (one window appears beside another).
 
              MDITILE_SKIPDISABLED   Prevents disabled MDI child windows
                                     from being tiled.
 
              MDITILE_VERTICAL       Tiles MDI child windows vertically
                                     (one window appears above another).
 
  Remarks
 
  Arranges all child windows in a tiled format.
 
  See Also
 
  CMDIFrameWnd::MDICascade, CMDIFrameWnd::MDIIconArrange,
  WM_MDITILE
 
 
                                     -♦-