TableLayoutStyleCollection.Add(TableLayoutStyle) 方法

定义

在当前集合的末尾添加一个新的 TableLayoutStyle

public:
 int Add(System::Windows::Forms::TableLayoutStyle ^ style);
public int Add (System.Windows.Forms.TableLayoutStyle style);
member this.Add : System.Windows.Forms.TableLayoutStyle -> int
Public Function Add (style As TableLayoutStyle) As Integer

参数

返回

Int32

新元素的插入位置。

例外

style 已经分配给另外一个所有者。 必须首先将其从当前位置移除或将其克隆。

注解

该方法将 Add 表布局重新分配给当前 TableLayoutPanel 容器中的所有控件。

集合中存储的样式数仅受可用内存的限制。

适用于