LayoutSettings::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();
}

Property Value

Type: System.Windows.Forms.Layout::LayoutEngine^

The LayoutEngine currently being used.

The LayoutEngine property is typically used in two contexts: the container that uses a layout scheme, and the child control of the container to which the layout scheme is applied.

.NET Framework
Available since 2.0
Return to top
Show: