ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.SuperTooltip 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 System.ComponentModel.Component _
    )
    public ImageCollection( 
       System.ComponentModel.Component owner
    )

    Parameters

    owner
    Component that owns the collection.
    See Also