MdiLayout Enumeration
.NET Framework (current version)
Specifies the layout of multiple document interface (MDI) child windows in an MDI parent window.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| 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. |
.NET Framework
Available since 1.1
Available since 1.1
Show: