MdiClient.ControlCollection(MdiClient) Constructor

Definition

Initializes a new instance of the MdiClient.ControlCollection class, specifying the owner of the collection.

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)

Parameters

owner
MdiClient

The owner of the collection.

Applies to