Hi, I have made a control which inherits container. this control has an object called ColorTable as a public property. The ColorTable object has some Color and Boolean properties. I want to be able to edit these in the designer but cant, is there something I can do in the class decloration or something?
The ColorTable property just appears gray in the designer and I cant edit it.

Any help would be appreciated.
Thanks.