TableLayoutSettings::LayoutEngine Property
.NET Framework (current version)
Gets the current table layout engine.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System.Windows.Forms.Layout::LayoutEngine^The LayoutEngine currently being used.
The LayoutEngine property is typically used in two contexts:
A container that uses a table layout.
A control contained within a table layout container, such as a button contained in a cell of a TableLayoutPanel.
.NET Framework
Available since 2.0
Available since 2.0
Show: