ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / ComboBoxItemList Class / Contains Method
The item to locate in the collection.

In This Topic
    Contains Method (ComboBoxItemList)
    In This Topic
    Determines whether an item is in the ComboBoxItemList.
    Syntax
    'Declaration
     
    
    Public Function Contains( _
       ByVal value As Object _
    ) As Boolean
    public bool Contains( 
       object value
    )

    Parameters

    value
    The item to locate in the collection.
    See Also