
Custom control with property like Listbox and textbox (multiline)
I've been writing custom controls for my company, but I have been
unable to find out how to make a property that will show up on the
property screen like the "List" property in a list box and the "Text"
property in a textbox that has been set to multiline. In other words,
I'd like to have a property that allows me to (at design time) key in
a list of values. I need to keep track of five or six multipliers,
but I hate having six different multiplier properties.
Any help would be appreciated.
-Kevin Buchan