Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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