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.