Writable List type custom control property in VB.net

89 Views Asked by At

I am using a typeconverter to make my customized property of combobox as list type during design-time. I am doing it in VB.net. I have implemented like this:

<TypeConverter(GetType(DropDownConverter))>

It is working fine but it become selectable only during design-time, can not write. But I also sometime need to write on this property during design-time. I can not do it. Can I get help in this regard? Thanks.

0

There are 0 best solutions below