CMDIFrameWnd::MDITile

Syntax

void MDITile();

void MDITile( int nType );

Parameters

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