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の への参照が返されます。

適用対象

こちらもご覧ください