DataGridView.CreateControlsInstance Methode

Definitie

Hiermee maakt en retourneert u een nieuwe Control.ControlCollection die kan worden gecast om te typen DataGridView.DataGridViewControlCollection.

protected:
 override System::Windows::Forms::Control::ControlCollection ^ CreateControlsInstance();
protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance();
override this.CreateControlsInstance : unit -> System.Windows.Forms.Control.ControlCollection
Protected Overrides Function CreateControlsInstance () As Control.ControlCollection

Retouren

Een lege Control.ControlCollection.

Opmerkingen

Deze methode wordt aangeroepen door de eigenschap om de Controls waarde te initialiseren.

Van toepassing op

Zie ook