如何删除ListBox中选定的项

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

 

清空:ListBox1.Items.Clear();


原文地址:https://www.cnblogs.com/macavalier/p/1308199.html