DataGridView.CreateControlsInstance Methode

Definition

Erstellt eine neue Control.ControlCollection, die in den DataGridView.DataGridViewControlCollection-Typ konvertiert werden kann, und gibt sie zurück.

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

Gibt zurück

Control.ControlCollection

Ein leerer Control.ControlCollection.

Hinweise

Diese Methode wird von der Controls Eigenschaft aufgerufen, um den Wert zu initialisieren.

Gilt für

Siehe auch