TableLayoutStyleCollection.Add(TableLayoutStyle) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在当前集合的末尾添加一个新的 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
参数
- style
- TableLayoutStyle
返回
新元素的插入位置。
例外
style
已经分配给另外一个所有者。 必须首先将其从当前位置移除或将其克隆。
注解
该方法将 Add 表布局重新分配给当前 TableLayoutPanel 容器中的所有控件。
集合中存储的样式数仅受可用内存的限制。