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

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

Syntax

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