如何删除ListBox中选定的项

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

 

清空:ListBox1.Items.Clear();


posted @ 2008-10-10 15:54  笑一笑  阅读(889)  评论(0编辑  收藏  举报