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.
 
Back
Top