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