HtmlEditor.EditorBackgroundColor Property
Gets or sets the background color to use for the HTML editing surface.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property EditorBackgroundColor As Color
Get
Set
'Usage
Dim instance As HtmlEditor
Dim value As Color
value = instance.EditorBackgroundColor
instance.EditorBackgroundColor = value
public Color EditorBackgroundColor { get; set; }
Property Value
Type: System.Drawing.Color