InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Win.SuperTooltip 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
    public bool Contains( 
       string key
    )

    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