bigfoot:<br>
<br>
If you are familiar with the properties window of the Listbox control, there is a property called List which provides a dynamic dropdown box of entries which are displayed in the Listbox. I want to duplicate this 'dropdown' functionality in a user control I am creating. I don't want to use a property page for this, i want to duplicate the same capability which is in the Listbox control.<br>
<br>
The documentation says this list is just a string array, but there is no way I can find in a property to pass an array.<br>
<br>
Brucer