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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.