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

In This Topic
Contains(ImageEntry) Method
In This Topic
Determines whether the ImageCollection contains a given key.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal entry As ImageEntry _
) As Boolean
 

Parameters

entry
ImageEntry to locate in the collection.

Return Value

True if the collection contains entry, false otherwise.
See Also