How to delete the history items persisted by AutoComplete?
4 Oct 20181 minute to read
You can delete the history items persisted by the AutoComplete control by calling the AutoComplete.ResetHistory() method.
C#
this.autoComplete1.ResetHistory();
VBNET
Me.autoComplete1.ResetHistory()