TableLayoutColumnStyleCollection::Add Method (ColumnStyle^)
.NET Framework (current version)
Adds an item to the TableLayoutColumnStyleCollection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- columnStyle
-
Type:
System.Windows.Forms::ColumnStyle^
The ColumnStyle to add to the TableLayoutColumnStyleCollection.
The Add method reapplies the table layout to all the controls in the current TableLayoutPanel container.
The number of styles stored in a collection is limited only by available memory.
.NET Framework
Available since 2.0
Available since 2.0
Show: