Removes the first occurrence of a specific dropdown item from the DropDown.

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

Syntax

C#
public void Remove(
	DropDownItem dropDownItem
)
Visual Basic (Declaration)
Public Sub Remove ( _
	dropDownItem As DropDownItem _
)
Visual C++
public:
void Remove(
	DropDownItem^ dropDownItem
)

Parameters

dropDownItem
Type: Karamasoft.WebControls.UltimateEditor..::.DropDownItem
The dropdown item to remove from the DropDown.

See Also