Поделиться через


CMDIFrameWnd::MDITile

Arranges all child windows in a tiled format.

void MDITile( );
void MDITile(
   int nType 
);

Параметры

  • nType
    Specifies a tiling flag. This parameter can be any one of the following flags:

    • MDITILE_HORIZONTAL   Tiles MDI child windows so that one window appears above another.

    • MDITILE_SKIPDISABLED   Prevents disabled MDI child windows from being tiled.

    • MDITILE_VERTICAL   Tiles MDI child windows so that one window appears beside another.

Заметки

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.

Пример

See the example for CMDIFrameWnd::MDICascade.

Требования

Header: afxwin.h

См. также

Основные понятия

CMDIFrameWnd Class

CMDIFrameWnd Members

Hierarchy Chart

CMDIFrameWnd::MDICascade

CMDIFrameWnd::MDIIconArrange

WM_MDITILE