System.Windows.Forms.Control.LayoutEngine Property

Gets a cached instance of the control's layout engine.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ComponentModel.Browsable(false)]
public virtual System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Control.LayoutEngine property gets the layout engine for the control's children rather than for the control itself.

Requirements

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