This documentation is archived and is not being maintained.
Control::InitLayout Method
Visual Studio 2010
Called after the control has been added to another container.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The InitLayout method is called immediately after adding a control to a container. The InitLayout method enables a control to initialize its layout state based on its container. For example, you would typically apply anchoring and docking to the control in the InitLayout method.
Notes to InheritorsWhen overriding InitLayout in a derived class, be sure to call the base class's InitLayout method so that the control is displayed correctly.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: