CollectionEditor::CreateCollectionForm Method ()

 

Creates a new form to display and edit the current collection.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

protected:
virtual CollectionEditor::CollectionForm^ CreateCollectionForm()

Return Value

Type: System.ComponentModel.Design::CollectionEditor::CollectionForm^

A CollectionEditor::CollectionForm to provide as the user interface for editing the collection.

Notes to Inheritors:

You can inherit from CollectionEditor::CollectionForm to provide your own form.

.NET Framework
Available since 1.1
Return to top
Show: