The ColorPicker control represents a text-box control with the ability to parse and select colors from a popup preset.
Server side
Getting and setting the control's color Use the ColorPicker.Value property to get or set the control's current color.
Customizing the control The ColorPicker control supports three different types of palette color presets as specified in the ColorPreset enumeration. The position of the popup preset can be adjusted by using the PopupAlignRight and PopupAlignTop properties.
Events The following events are exposed by the ColorPicker class.