1
Reply

Custom Windows Control - Multiple Item Property/Properties

James Mouchett

James Mouchett

Aug 18 2009 5:46 PM
5.1k
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)
Next Recommended Forum