To Any...To All,
My property grid is inspecting a class that has several color properties...
The colors are not system colors, nor 'Known' colors...
When displaying the colors the text value in the grid might look like this:
209, 175, 171
How do I define [Attribute] the Property so that when this color is chosen, the PropertyGrid understands that the default color has been chosen?
I have tried:
[DefaultValue(typeof(Color),"209 , 175, 171")] [DefaultValue(typeof(Color),"209,175,171")]
No luck so far...
Thanks for any help...
This site rocks...it has helped me more than any other site as I trudge through this project...
Carson