MRU Combo Box
MRUEdit is a combobox that adds all most recently entered values into the dropdown list. It gives you the following features in addition to those found in the ComboBoxEdit control.
- If the entered value doesn't match any value in the dropdown list, this value is added to the top of the list.
- Customizable number of dropdown items. When the number of dropdown items exceeds the specified value, the last item is deleted from the list.
- The ability to specify the initial item list.
- The ability to prohibit particular values from appearing within the dropdown list. You can handle a specially designed event that fires before adding an item to the dropdown and specify whether the currently processed item should be inserted.

|