C1.Win.4.8 Assembly / C1.Win.C1SuperTooltip 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 _
) 
 

Parameters

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