Cool Client Stuff

Raghavendra Prabhu

April, 2005

Posts
  • Cool Client Stuff

    Why doesn't my TypeConverter get called?

    • 6 Comments
    Consider the following code: public class MyControl : Control { [ TypeConverter ( typeof (SomePropertyConverter))] public Foo SomeProperty { get { ... } } } [ TypeConverter ( typeof (FooConverter))] public class Foo { ... }...
Page 1 of 1 (1 items)