TableLayoutControlCollection(TableLayoutPanel) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 TableLayoutControlCollection 类的新实例。
public:
TableLayoutControlCollection(System::Windows::Forms::TableLayoutPanel ^ container);
public TableLayoutControlCollection (System.Windows.Forms.TableLayoutPanel container);
new System.Windows.Forms.TableLayoutControlCollection : System.Windows.Forms.TableLayoutPanel -> System.Windows.Forms.TableLayoutControlCollection
Public Sub New (container As TableLayoutPanel)
参数
- container
- TableLayoutPanel
包含控件集合的 TableLayoutPanel 控件。
例外
.NET 5 及更高版本:参数 container
为 null
。
注解
通常,应用程序程序员不会直接创建 类的 TableLayoutControlCollection 实例。 相反,属性会返回Controls对现有 TableLayoutControlCollection 的引用。