Form::ControlCollection Constructor (Form^)
.NET Framework (current version)
Initializes a new instance of the Form::ControlCollection class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
This constructor allows you to properly bind the control collection to the form to enable controls to be added to the form.
Note |
|---|
Because the control collection must be created with a specified form, you cannot create multiple collections of controls and interchange them with the form. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
