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

適用対象

こちらもご覧ください