NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CollectionEditor.CreateCollectionForm

Creates a new form to show the current collection. You may inherit from CollectionForm to provide your own form.

[Visual Basic]
Overridable Protected Function CreateCollectionForm() As _
   CollectionForm
[C#]
protected virtual CollectionForm CreateCollectionForm();
[C++]
protected: virtual CollectionForm* CreateCollectionForm();
[JScript]
protected function CreateCollectionForm() : CollectionForm;

Return Value

An instance of CollectionForm to provide as the user interface for editing the collection.

See Also

CollectionEditor Class | CollectionEditor Members | System.ComponentModel.Design Namespace