C1.Win.4.8 Assembly / C1.Win.C1SuperTooltip Namespace / ImageCollection Class / IndexOf Method / IndexOf(ImageEntry) Method
ImageEntry to locate in th collection.

In This Topic
IndexOf(ImageEntry) Method
In This Topic
Gets the index of a given ImageEntry in the collection.
Syntax
'Declaration
 
Public Overloads Function IndexOf( _
   ByVal entry As ImageEntry _
) As Integer
 

Parameters

entry
ImageEntry to locate in th collection.

Return Value

The index of the ImageEntry in the collection, or -1 if the collection does not contain the key.
Remarks
The entry parameter is not case-sensitive.
See Also