Thanks Martin. I don't think I have a "Designer Class". I have 2 things really: 1) A windows application with one form class 2) A "class" which dervies from a DataGrid (class myGrid : DataGrid)
I wish to use my derived grid class in the designer so I can resize, change colors etc. using a visual interface rather than code. So, it seems to me that if I can get the derived grid into the toolbaox, I can drag it onto my form and edit it visually. But, how do I do that if the derived class is not in a seperate compiled DLL ?
Do I need some kind of seperate "Desinger" version of my derived control???
Thanks - B |