InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / C1IconCollectionEditor Class / C1IconCollectionEditor Constructor
The type of the collection for this editor to edit.

In This Topic
    C1IconCollectionEditor Constructor
    In This Topic
    Creates a new instance of the C1IconCollectionEditor class using the specified collection type.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal type As Type _
    )
    public C1IconCollectionEditor( 
       Type type
    )

    Parameters

    type
    The type of the collection for this editor to edit.
    See Also