InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 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
    public bool Contains( 
       ImageEntry entry
    )

    Parameters

    entry
    ImageEntry to locate in the collection.

    Return Value

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