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

 

清空:ListBox1.Items.Clear();


相关文章: