[]
        
(Showing Draft Content)

C1.Win.SuperTooltip.ImageCollection.IndexOf

IndexOf Method

IndexOf(string)

Gets the index of the ImageEntry with a given key.

Declaration
public int IndexOf(string key)
Parameters
Type Name Description
string key

String that identifies the ImageEntry.

Returns
Type Description
int

The index of the ImageEntry in the collection, or -1 if the collection does not contain the key.

Remarks

The key parameter is not case-sensitive.