See Also: TableLayoutControlCollection Members
The System.Windows.Forms.TableLayoutControlCollection class represents the collection of all the child controls in a System.Windows.Forms.TableLayoutPanel control. This collection is exposed by the TableLayoutPanel.Controls property of the System.Windows.Forms.TableLayoutPanel class. You can manage and individually manipulate members of the table layout panel through the System.Windows.Forms.TableLayoutControlCollection exposed by TableLayoutPanel.Controls.
The System.Windows.Forms.TableLayoutControlCollection class is a minor specialization of the System.Windows.Forms.Control.ControlCollection base class.