Called after the control has been added to another container.
Protected Overridable Sub InitLayout
Me.InitLayout()
protected virtual void InitLayout()
protected: virtual void InitLayout()
protected function InitLayout()
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.
When 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, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98