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