LayoutEngine::InitLayout Method (Object^, BoundsSpecified)
.NET Framework (current version)
Initializes the layout engine.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- child
-
Type:
System::Object^
The container on which the layout engine will operate.
- specified
-
Type:
System.Windows.Forms::BoundsSpecified
The bounds defining the container's size and position.
| Exception | Condition |
|---|---|
| NotSupportedException | child is not a type on which LayoutEngine can perform layout. |
Optionally provide initialization logic in the InitLayout method.
Notes to Inheritors:
Override the InitLayout method to provide your custom initialization behavior.
.NET Framework
Available since 2.0
Available since 2.0
Show: