MdiLayout 枚举

指定 MDI 父窗口中多文档界面 (MDI) 子窗口的布局。

**命名空间:**System.Windows.Forms
**程序集:**System.Windows.Forms(在 system.windows.forms.dll 中)

语法

声明
Public Enumeration MdiLayout
用法
Dim instance As MdiLayout
public enum MdiLayout
public enum class MdiLayout
public enum MdiLayout
public enum MdiLayout

成员

  成员名称 说明
ArrangeIcons 所有 MDI 子图标均排列在 MDI 父窗体的工作区内。 
Cascade 所有 MDI 子窗口均层叠在 MDI 父窗体的工作区内。 
TileHorizontal 所有 MDI 子窗口均水平平铺在 MDI 父窗体的工作区内。 
TileVertical 所有 MDI 子窗口均垂直平铺在 MDI 父窗体的工作区内。 

备注

在调用 Form 类的 LayoutMdi 方法时使用该枚举的成员。

平台

Windows 98、Windows 2000 SP4、Windows CE、Windows Millennium Edition、Windows Mobile for Pocket PC、Windows Mobile for Smartphone、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

请参见

参考

System.Windows.Forms 命名空间
LayoutMdi