ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / DropDownItemCollection Class / Contains Method
The DropDownItem object for which to search.

In This Topic
    Contains Method (DropDownItemCollection)
    In This Topic
    Indicates whether the collection contains a specific DropDownItem.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal value As DropDownItem _
    ) As Boolean
    public bool Contains( 
       DropDownItem value
    )

    Parameters

    value
    The DropDownItem object for which to search.

    Return Value

    Whether the collection contains the specific DropDownItem object.
    See Also