Allow autocomplete in dropdown

This commit is contained in:
Kurt 2021-09-13 19:18:18 -07:00
parent 77910f3529
commit 769c12070f

View File

@ -56,6 +56,8 @@ private void InitializeComponent()
//
// CB_EntryName
//
this.CB_EntryName.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.CB_EntryName.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.CB_EntryName.FormattingEnabled = true;
this.CB_EntryName.Location = new System.Drawing.Point(82, 0);
this.CB_EntryName.Name = "CB_EntryName";