Hi!
I'm working on a project where I have classes displayed in a propertygrid control. Usually I could just assign some attributes to the classes, but they are generated from a scheme with a tool. So everytime I would regenerate the classes, the attributes would be deleted. So I need a way to hardcode these attributes to the property grid, I do not see another way. I thought I would just put in some if sentences for the typenames/propertynames and display my own strings on the propertygrid, but I do not know how...
Can anybody help?
Cheers!