System.Windows.Forms.TableLayoutPanel.Controls Property

Gets the collection of controls contained within the System.Windows.Forms.TableLayoutPanel.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.Browsable(false)]
public TableLayoutControlCollection Controls { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The TableLayoutPanel.Controls property contains all of the controls associated with the table, including controls that may not be currently displayed because of TableLayoutPanel.GrowStyle, TableLayoutPanel.ColumnCount, or TableLayoutPanel.RowCount limitations.

Requirements

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