Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Control::LayoutEngine Property

 

Gets a cached instance of the control's layout engine.

Namespace:   System.Windows.Forms
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
Return to top
Show: