TableLayoutControlCollection::Container Property

 

Gets the parent TableLayoutPanel that contains the controls in the collection.

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

public:
property TableLayoutPanel^ Container {
	TableLayoutPanel^ get();
}

Property Value

Type: System.Windows.Forms::TableLayoutPanel^

The TableLayoutPanel that contains the controls in the current collection.

This property is set by the TableLayoutControlCollection constructor.

.NET Framework
Available since 2.0
Return to top
Show: