Table of Contents
ColorPickerID Property

Gets or sets the ID of the ColorPicker control used by the editor.

Syntax
 public String ColorPickerID { get; set; }
Remarks

The editor uses an external ColorPicker control for user to select foreground and background color. This property specifies the ID of the ColorPicker control.

See Also