'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.