Determines whether a dropdown item is in the DropDown.

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

Syntax

C#
public bool Contains(
	DropDownItem dropDownItem
)
Visual Basic
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