Specifies the layout of multiple document interface (MDI) child windows in an MDI parent window.
[Visual Basic] Public Enum MDILayout [C#] public enum MDILayout [C++] public enum MDILayout
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Use the members of this enumeration when calling the LayoutMDI method of the Form class.
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. |
Namespace: System.WinForms
Assembly: System.WinForms.dll