System.Windows.Forms.TableLayoutControlCollection Class

Represents a collection of child controls in a table layout container.

See Also: TableLayoutControlCollection Members

Syntax

[System.ComponentModel.ListBindable(false)]
[System.ComponentModel.Design.Serialization.DesignerSerializer("System.Windows.Forms.Design.TableLayoutControlCollectionCodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public class TableLayoutControlCollection : Control.ControlCollection

Remarks

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.

Requirements

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