LayoutEngine Constructor ()

 

Initializes a new instance of the LayoutEngine class.

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

protected:
LayoutEngine()

Notes to Inheritors:

Layout behavior should be the same for any instance of your layout engine's associated container class. For this reason, consider declaring your layout engine's constructor protected or private, and implementing your layout engine as a singleton class.

.NET Framework
Available since 2.0
Return to top
Show: