This documentation is archived and is not being maintained.
CollectionEditor.CreateCollectionForm Method
.NET Framework 1.1
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:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
CollectionEditor Class | CollectionEditor Members | System.ComponentModel.Design Namespace
Show: