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

コレクションの所有者。

適用対象