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