NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MDILayout Enumeration

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.

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.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace | LayoutMDI