UltimateEditor Class Library

DropDown.Remove Method 

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

[Visual Basic]
Public Sub Remove( _
   ByVal dropDownItem As DropDownItem _
)
[C#]
public void Remove(
   DropDownItem dropDownItem
);

Parameters

dropDownItem
The dropdown item to remove from the DropDown.

See Also

DropDown Class | Karamasoft.WebControls.UltimateEditor Namespace