TableLayoutColumnStyleCollection.Add(ColumnStyle) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds an item to the TableLayoutColumnStyleCollection.
public:
int Add(System::Windows::Forms::ColumnStyle ^ columnStyle);
public int Add (System.Windows.Forms.ColumnStyle columnStyle);
override this.Add : System.Windows.Forms.ColumnStyle -> int
Public Function Add (columnStyle As ColumnStyle) As Integer
Parameters
- columnStyle
- ColumnStyle
The ColumnStyle to add to the TableLayoutColumnStyleCollection.
Returns
The position into which the new element was inserted.
Remarks
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.
Applies to
See also
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.