I cant seem to find a way to map the SpectrumColorPicker to type Color.
The help files tell how to map a TextBox, ComboBox, CheckBox, RadioButtonList to a type but not other editors. The help file also shows how to use a property level definition but the use of SpectrumColorPicker is not understood.
The sample application shows how to define each property field and map the SpectrumColorPicker to it but I am not defining each field, I am using a SelectedObject with properties.
Thinking out of the box I tried changing the property from Media.Color to Drawing.Color to see what happens. The editor defaults to a combobox with a list of standard colors which is better than a textbox but when you change the combobox selection to a new color all you get an a red box around the editor because although it can read a Drawing.Color it cant change it.
Please help because right now the property grid type color defaults to a textbox and none of my users have any idea what a hex color is, they just want to choose a color.
[Modified at 12/10/2009 08:45 AM]