TableLayoutControlCollection Constructor (TableLayoutPanel^)

 

Initializes a new instance of the TableLayoutControlCollection class.

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

public:
TableLayoutControlCollection(
	TableLayoutPanel^ container
)

Parameters

container
Type: System.Windows.Forms::TableLayoutPanel^

The TableLayoutPanel control that contains the control collection.

Generally, the application programmer will not directly create instances of the TableLayoutControlCollection class. Instead, a reference to an existing TableLayoutControlCollection is returned by the Controls property.

.NET Framework
Available since 2.0
Return to top
Show: