Creates a new form to display and edit the current collection.
[Visual Basic]
Protected Overridable Function CreateCollectionForm() As _
CollectionForm
[C#]
protected virtual CollectionForm CreateCollectionForm();
[C++]
protected: virtual CollectionForm* CreateCollectionForm();
[JScript]
protected function CreateCollectionForm() : CollectionForm;
Return Value
An instance of CollectionEditor.CollectionForm to provide as the user interface for editing the collection.
Remarks
Notes to Inheritors: You can inherit from CollectionEditor.CollectionForm to provide your own form.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
See Also
CollectionEditor Class | CollectionEditor Members | System.ComponentModel.Design Namespace