Why doesn't my TypeConverter get called- April 25, 2005 Consider the following code: public class MyControl : Control TypeConverter(typeof(SomePropertyConverter)) public Foo SomeProperty get ... TypeConverter(typeof(FooConverter)) public class Foo ... Now here are a couple of questions: Let's say both SomePropertyConverter and FooConverter implement conversion to and from String, given an instance of Foo. If I drop MyControl on a Form designer and try to edit SomeProperty in the property grid,...http://blogs.msdn.com/rprabhu/archive/2005/04/25/411615.aspx |