QuickOPC User's Guide and Reference
CreateCollectionForm Method



OpcLabs.BaseLibForms Assembly > OpcLabs.BaseLib.Forms.Design.Krypton.Toolkit Namespace > KryptonContextMenuCollectionEditor Class : CreateCollectionForm Method
Creates a new form to display and edit the current collection. Creates a new form to display and edit the current collection.
Syntax
'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.
Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

KryptonContextMenuCollectionEditor Class
KryptonContextMenuCollectionEditor Members
Base Implementation in CreateCollectionForm