Control.ControlCollection(Control) コンストラクター

定義

Control.ControlCollection クラスの新しいインスタンスを初期化します。

public:
 ControlCollection(System::Windows::Forms::Control ^ owner);
public ControlCollection(System.Windows.Forms.Control owner);
new System.Windows.Forms.Control.ControlCollection : System.Windows.Forms.Control -> System.Windows.Forms.Control.ControlCollection
Public Sub New (owner As Control)

パラメーター

owner
Control

コントロール コレクションを所有するコントロールを表す Control

例外

.NET 5 以降のバージョン: owner 引数は null です。

適用対象

こちらもご覧ください