This documentation is archived and is not being maintained.
MdiLayout Enumeration
.NET Framework 1.1
Specifies the layout of multiple document interface (MDI) child windows in an MDI parent window.
[Visual Basic] <Serializable> Public Enum MdiLayout [C#] [Serializable] public enum MdiLayout [C++] [Serializable] __value public enum MdiLayout [JScript] public Serializable enum MdiLayout
Remarks
Use the members of this enumeration when calling the LayoutMdi method of the Form class.
Members
| Member name | Description |
|---|---|
| ArrangeIcons | All MDI child icons are arranged within the client region of the MDI parent form. |
| Cascade | All MDI child windows are cascaded within the client region of the MDI parent form. |
| TileHorizontal | All MDI child windows are tiled horizontally within the client region of the MDI parent form. |
| TileVertical | All MDI child windows are tiled vertically within the client region of the MDI parent form. |
Requirements
Namespace: System.Windows.Forms
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
See Also
Show: