C1.Win.4.8 Assembly / C1.Win.C1SuperTooltip Namespace / ImageCollection Class / Add Method / Add(ImageEntry) Method
ImageEntry to add to the collection.

In This Topic
Add(ImageEntry) Method
In This Topic
Adds an ImageEntry to the collection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal entry As ImageEntry _
) As Integer
 

Parameters

entry
ImageEntry to add to the collection.

Return Value

The index of the new entry in the collection.
See Also