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

定義

コレクションのオーナーを指定して、MdiClient.ControlCollection クラスの新しいインスタンスを初期化します。

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

パラメーター

owner
MdiClient

コレクションのオーナー。

適用対象