remove selected item

  • Thread starter Thread starter Hrvoje Voda
  • Start date Start date
Hrvoje,

There should be an Items property that exposes the items that are in the
listbox. The collection returned should expose a RemoveAt method, which
allows you to pass the index of the item you want to remove.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

remove from listBox 3
checked listBox 1
sum 4
listbox search 1
ckecked listbox 4
array list 15
moving selected item 4
checked listbox check all 3

Back
Top