xixixing

属性:DropDownStyle(下拉、可编辑等)、Items(条目)

事件:SelectedIndexChanged选择项改变触发

Items内容:总经理、副总经理、财务部

DropDownStyle设置为:DropDownList

界面代码中,添加 this.comboBox1.SelectedIndex = 0; //默认显示首项

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-11-17
  • 2021-11-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-25
  • 2022-12-23
  • 2021-11-17
相关资源
相似解决方案