共用方式為


TableLayoutControlCollection(TableLayoutPanel) 建構函式

定義

初始化 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 的參考。

適用於

另請參閱