Control.LayoutEngine Property
.NET Framework (current version)
Gets a cached instance of the control's layout engine.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
[<BrowsableAttribute(false)>] abstract LayoutEngine : LayoutEngine with get [<BrowsableAttribute(false)>] override LayoutEngine : LayoutEngine with get
Property Value
Type: System.Windows.Forms.Layout.LayoutEngineThe LayoutEngine for the control's contents.
The LayoutEngine property gets the layout engine for the control's children rather than for the control itself.
.NET Framework
Available since 2.0
Available since 2.0
Show: