'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.