次の方法で共有


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 クラスのインスタンスを直接作成しません。 代わりに、既存の TableLayoutControlCollection への参照が Controls プロパティによって返されます。

適用対象

こちらもご覧ください