Form.ControlCollection(Form) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the Form.ControlCollection class.
public:
ControlCollection(System::Windows::Forms::Form ^ owner);
public ControlCollection (System.Windows.Forms.Form owner);
new System.Windows.Forms.Form.ControlCollection : System.Windows.Forms.Form -> System.Windows.Forms.Form.ControlCollection
Public Sub New (owner As Form)
Parameters
Remarks
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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.