'Declaration
Protected Overrides Function CreateCollectionForm() As CollectionEditor.CollectionForm
'Usage
Dim instance As KryptonContextMenuCollectionEditor Dim value As CollectionEditor.CollectionForm value = instance.CreateCollectionForm()
protected override CollectionEditor.CollectionForm CreateCollectionForm()
protected: CollectionEditor.CollectionForm^ CreateCollectionForm(); override
Return Value
A System.ComponentModel.Design.CollectionEditor.CollectionForm to provide as the user interface for editing the collection.A CollectionForm to provide as the user interface for editing the collection.