void MDITile();
void MDITile( int nType );
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). |
Arranges all child windows in a tiled format.
CMDIFrameWnd::MDICascade, CMDIFrameWnd::MDIIconArrange, WM_MDITILE