//在界面构造函数里加入下面两行代码
 this.cbbDepartureAirport.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
            this.cbbDepartureAirport.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;

 

相关文章:

  • 2022-01-12
  • 2021-08-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-19
猜你喜欢
  • 2021-12-09
  • 2022-01-05
  • 2022-12-23
  • 2021-08-07
  • 2022-12-23
  • 2022-12-23
  • 2021-09-22
相关资源
相似解决方案