TreeView for WinForms | ComponentOne
C1.Framework Namespace / C1IconCollectionEditor Class / CreateNewItemTypes Method

In This Topic
    CreateNewItemTypes Method (C1IconCollectionEditor)
    In This Topic
    Gets the data types that this collection editor can contain.
    Syntax
    'Declaration
     
    
    Protected Overrides Function CreateNewItemTypes() As Type()
    protected override Type[] CreateNewItemTypes()

    Return Value

    An array of data types that this collection can contain.
    See Also