James Mouchett

James Mouchett

  • NA
  • 610
  • 147.9k

Custom Windows Control - Multiple Item Property/Properties

Aug 18 2009 5:46 PM
I am working on a custom control which should allow the adding, editing, and removing of items similar to the way in which a listbox works. 

To add an item programatically in a listbox you would use the following example:
Listbox1.Items.Add("Test")

I want the same functionality in my custom control.  How would I go about this?

Answers (1)