InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Win.SuperTooltip Namespace / ImageCollection Class / Add Method / Add(ImageList) Method
System.Windows.Forms.ImageList component that contains the images to add to the collection.

In This Topic
    Add(ImageList) Method
    In This Topic
    Adds all images in an System.Windows.Forms.ImageList component to the collection.
    Syntax
    'Declaration
     
    Public Overloads Sub Add( _
       ByVal list As ImageList _
    ) 
    public void Add( 
       ImageList list
    )

    Parameters

    list
    System.Windows.Forms.ImageList component that contains the images to add to the collection.
    See Also