C1IconCollectionEditor Constructor
In This Topic
Creates a new instance of the
C1IconCollectionEditor class using the specified collection type.
Syntax
'Declaration
Public Function New( _
ByVal As Type _
)
public C1IconCollectionEditor(
Type
)
Parameters
- type
- The type of the collection for this editor to edit.
See Also