TreeView for WinForms | ComponentOne
C1.Win.C1SuperTooltip Namespace / ImageCollection Class / ImageCollection Constructor
Component that owns the collection.

In This Topic
    ImageCollection Constructor
    In This Topic
    Initializes a new instance of a ImageCollection.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal owner As Component _
    )
    public ImageCollection( 
       Component owner
    )

    Parameters

    owner
    Component that owns the collection.
    See Also