System.Windows.Forms.Form.LayoutMdi Method

Arranges the multiple-document interface (MDI) child forms within the MDI parent form.

Syntax

public void LayoutMdi (MdiLayout value)

Parameters

value
One of the System.Windows.Forms.MdiLayout values that defines the layout of MDI child forms.

Remarks

You can use this method to arrange the MDI child forms in your MDI parent form to allow for easier navigation and manipulation of MDI child forms. MDI child forms can be tiled horizontally and vertically, cascaded, or as icons within 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