删除ListBox中选定的项:ListBox1.Items.Remove(ListBox1.SelectedItem.Text);

 

清空:ListBox1.Items.Clear();


相关文章:

  • 2021-07-20
  • 2022-01-21
  • 2022-12-23
  • 2021-11-05
  • 2022-12-23
  • 2021-05-25
  • 2022-02-04
猜你喜欢
  • 2022-12-23
  • 2021-08-20
  • 2022-12-23
  • 2021-06-07
  • 2021-08-22
  • 2022-12-23
  • 2021-06-26
相关资源
相似解决方案