Control.InitLayout 方法

在将控件添加到另一个容器之后调用。

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

语法

声明
Protected Overridable Sub InitLayout
用法

Me.InitLayout
protected virtual void InitLayout ()
protected:
virtual void InitLayout ()
protected void InitLayout ()
protected function InitLayout ()

备注

向容器添加一个控件后,立即调用 InitLayout 方法。InitLayout 方法允许控件根据其容器初始化其布局状态。例如,通常可使用 InitLayout 方法将锚定和停靠应用到控件中。

给继承者的说明 在派生类中重写 InitLayout 时,请确保调用了基类的 InitLayout 方法,以便控件能够正确显示出来。

平台

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

请参见

参考

Control 类
Control 成员
System.Windows.Forms 命名空间
Anchor
Dock
LayoutEngine
Layout
PerformLayout
SuspendLayout