MdiLayout Enum

Definition

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

public enum class MdiLayout
public enum MdiLayout
type MdiLayout = 
Public Enum MdiLayout
Inheritance
MdiLayout

Fields

ArrangeIcons 3

All MDI child icons are arranged within the client region of the MDI parent form.

Cascade 0

All MDI child windows are cascaded within the client region of the MDI parent form.

TileHorizontal 1

All MDI child windows are tiled horizontally within the client region of the MDI parent form.

TileVertical 2

All MDI child windows are tiled vertically within the client region of the MDI parent form.

Remarks

Use the members of this enumeration when calling the LayoutMdi method of the Form class.

Applies to

See also