System.Windows.Forms.Layout.LayoutEngine Class

Provides the base class for implementing layout engines.

See Also: LayoutEngine Members

Syntax

public abstract class LayoutEngine

Remarks

Use the System.Windows.Forms.Layout.LayoutEngine class when you want to create custom layout behavior at run time. Derive your own class from the System.Windows.Forms.Layout.LayoutEngine class and override the LayoutEngine.Layout(object, System.Windows.Forms.LayoutEventArgs) method to define your custom layout behavior.

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