void MDITile( );
void MDITile( int nType );
Parameters
nType
Specifies a tiling flag. This parameter can be any one of the following flags:
Remarks
Call this member function to arrange all child windows in a tiled format.
The first version of MDITile, without parameters, tiles the windows vertically under Windows versions 3.1 and later. The second version tiles windows vertically or horizontally, depending on the value of the nType parameter.
Example
See the example for CMDIFrameWnd::MDICascade.
CMDIFrameWnd Overview | Class Members | Hierarchy Chart
See Also CMDIFrameWnd::MDICascade, CMDIFrameWnd::MDIIconArrange, WM_MDITILE