Tagged Questions
0
votes
3answers
1k views
UITypeEditor and IExtenderProvider
I have an extender (IExtenderProvider) which extends certain types of
controls with additional properties. For one of these properties, I have
written a UITypeEditor. So far, all works just fine.
...