System.Windows.Forms.Layout.LayoutEngine.InitLayout Method

Initializes the layout engine.

Syntax

public virtual void InitLayout (object child, System.Windows.Forms.BoundsSpecified specified)

Parameters

child
The container on which the layout engine will operate.
specified
The bounds defining the container's size and position.

Remarks

Optionally provide initialization logic in the LayoutEngine.InitLayout(object, System.Windows.Forms.BoundsSpecified) method.

Requirements

Namespace: System.Windows.Forms.Layout
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0