ComponentOne MultiSelect for WinForms
Contains Method (DropDownItemCollection)

C1.Win.C1Input Namespace > DropDownItemCollection Class : Contains Method
The DropDownItem object for which to search.
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

Reference

DropDownItemCollection Class
DropDownItemCollection Members