TreeView for WinForms | ComponentOne
C1.Win.TreeView.Util Namespace / ImageListConverter Class / ImageListConverter Constructor
A System.Type that represents the type to associate with this component converter.

In This Topic
    ImageListConverter Constructor
    In This Topic
    Initializes a new instance of the ImageListConverter class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal type As Type _
    )
    public ImageListConverter( 
       Type type
    )

    Parameters

    type
    A System.Type that represents the type to associate with this component converter.
    See Also