Determines whether a dropdown item is in the DropDown.

Namespace:  Karamasoft.WebControls.UltimateEditor
Assembly:  UltimateEditor (in UltimateEditor.dll) Version: 3.6.3822.15677

Syntax

C#
public bool Contains(
	DropDownItem dropDownItem
)
Visual Basic (Declaration)
Public Function Contains ( _
	dropDownItem As DropDownItem _
) As Boolean
Visual C++
public:
bool Contains(
	DropDownItem^ dropDownItem
)

Parameters

dropDownItem
Type: Karamasoft.WebControls.UltimateEditor..::.DropDownItem
The dropdown item to locate in the DropDown.

Return Value

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

See Also