RichHtmlField.EditorBackgroundColor property

Gets or sets the HTML Editor control's editing mode background color.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Property EditorBackgroundColor As Color
    Get
    Set
'Usage
Dim instance As RichHtmlField
Dim value As Color

value = instance.EditorBackgroundColor

instance.EditorBackgroundColor = value
[BrowsableAttribute(true)]
public Color EditorBackgroundColor { get; set; }

Property value

Type: System.Drawing.Color

See also

Reference

RichHtmlField class

RichHtmlField members

Microsoft.SharePoint.Publishing.WebControls namespace

RichHtmlField