TableLayoutSettings::LayoutEngine Property

 

Gets the current table layout engine.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property LayoutEngine^ LayoutEngine {
	virtual LayoutEngine^ get() override;
}

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
Return to top
Show: