UltimateEditor Class Library

DropDown.Contains Method 

Determines whether a dropdown item is in the DropDown.

[Visual Basic]
Public Function Contains( _
   ByVal dropDownItem As DropDownItem _
) As Boolean
[C#]
public bool Contains(
   DropDownItem dropDownItem
);

Parameters

dropDownItem
The dropdown item to locate in the DropDown.

Return Value

true if dropdown item is found in the DropDown; otherwise, false.

See Also

DropDown Class | Karamasoft.WebControls.UltimateEditor Namespace