QuickOPC User's Guide and Reference
CreateNewItemTypes Method (KryptonContextMenuItemCollectionEditor)



OpcLabs.BaseLibForms Assembly > OpcLabs.BaseLib.Forms.Design.Krypton.Toolkit Namespace > KryptonContextMenuItemCollectionEditor Class : CreateNewItemTypes Method
Gets the data types that this collection editor can contain. Gets the data types that this collection editor can contain.
Syntax
'Declaration
 
Protected Overrides Function CreateNewItemTypes() As Type()
'Usage
 
Dim instance As KryptonContextMenuItemCollectionEditor
Dim value() As Type
 
value = instance.CreateNewItemTypes()
protected override Type[] CreateNewItemTypes()
protected:
array<Type^>^ CreateNewItemTypes(); override 

Return Value

An array of data types that this collection can contain.An array of data types that this collection can contain.
Requirements

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

See Also

Reference

KryptonContextMenuItemCollectionEditor Class
KryptonContextMenuItemCollectionEditor Members
Base Implementation in CreateNewItemTypes