Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Editor.ColorPickerID Property

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

[Visual Basic]
Public Property ColorPickerID As String
[C#]
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

Editor Class | EO.Web Namespace


Direct link to this topic