Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Control::InitLayout Method ()

 

Called after the control has been added to another container.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
virtual void 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.

Notes to Inheritors:

When overriding InitLayout in a derived class, be sure to call the base class's InitLayout method so that the control is displayed correctly.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft