How to delete the items in the list at runtime?
4 Oct 20181 minute to read
You can delete items in the list at runtime by enabling the AllowListDelete property and then pressing the Delete key.
C#
this.autoComplete1.AllowListDelete = true;
VBNET
Me.autoComplete1.AllowListDelete = True