T
Tom C
I need to expose a property as a list in the designer properties.
Somthing like
Friend Property MyControlChoice as system.string
get
return me._myControlChoice
end get
set value as system.string
me._myControlChoice = value
end set
end property
But the choices need to be a strong typed list so we can extend it. I
have been digging thru attributes and designer documentation but can't
seem to hit on the right way to make this work. Can anyone possibly
shed any light on what is probably a simple mattter?
Thanks.
Somthing like
Friend Property MyControlChoice as system.string
get
return me._myControlChoice
end get
set value as system.string
me._myControlChoice = value
end set
end property
But the choices need to be a strong typed list so we can extend it. I
have been digging thru attributes and designer documentation but can't
seem to hit on the right way to make this work. Can anyone possibly
shed any light on what is probably a simple mattter?
Thanks.