C1.Win.4.8 Assembly / C1.Win.C1SuperTooltip Namespace / ImageCollection Class / Contains Method / Contains(String) Method
String that identifies the ImageEntry.

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

Parameters

key
String that identifies the ImageEntry.

Return Value

True if the collection contains an ImageEntry associated with the given key, false otherwise.
Remarks
The key parameter is not case-sensitive.
See Also