CollectionEditor.CreateCollectionForm Methode

Definition

Erstellt ein neues Formular zum Anzeigen und Bearbeiten der aktuellen Auflistung.

protected:
 virtual System::ComponentModel::Design::CollectionEditor::CollectionForm ^ CreateCollectionForm();
protected virtual System.ComponentModel.Design.CollectionEditor.CollectionForm CreateCollectionForm();
abstract member CreateCollectionForm : unit -> System.ComponentModel.Design.CollectionEditor.CollectionForm
override this.CreateCollectionForm : unit -> System.ComponentModel.Design.CollectionEditor.CollectionForm
Protected Overridable Function CreateCollectionForm () As CollectionEditor.CollectionForm

Gibt zurück

A CollectionEditor.CollectionForm , das als Benutzeroberfläche zum Bearbeiten der Sammlung bereitgestellt werden soll.

Hinweise für Vererber

Sie können von CollectionEditor.CollectionForm der Bereitstellung Ihres eigenen Formulars erben.

Gilt für: