System.Windows.Forms.MdiLayout Enumeration

Specifies the layout of multiple document interface (MDI) child windows in an MDI parent window.

Syntax

public enum MdiLayout

Remarks

Use the members of this enumeration when calling the Form.LayoutMdi(MdiLayout) method of the System.Windows.Forms.Form class.

Members

Member NameDescription
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
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0