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)
public: [BrowsableAttribute(false)] property LayoutEngine^ LayoutEngine { virtual LayoutEngine^ get(); }
Property Value
Type: System.Windows.Forms.Layout::LayoutEngine^The 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: