method Editor.RemoveItem (Value as Long)
Removes an item from the editor's predefined values list.

TypeDescription
Value as Long A long expression that indicates the index of the item being removed, or a string expression that indicates the caption of the item being removed.

Use the RemoveItem method to remove an item from the editor's predefined values list. Use the ClearItems method to clear the entire list of editor items. Use the DropDownVisible property to hide the drop down button. You can remove only items that were added using AddItem or InsertItem method. Use the FindItem property to look for a predefined value in the drop down list.