Compartir a través de


de la propiedad RichHtmlField.EditorBackgroundColor

Obtiene o establece el color de fondo del modo edición del control del Editor HTML.

Espacio de nombres:  Microsoft.SharePoint.Publishing.WebControls
Ensamblado:  Microsoft.SharePoint.Publishing (en Microsoft.SharePoint.Publishing.dll)

Sintaxis

'Declaración
<BrowsableAttribute(True)> _
Public Property EditorBackgroundColor As Color
    Get
    Set
'Uso
Dim instance As RichHtmlField
Dim value As Color

value = instance.EditorBackgroundColor

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

Valor de propiedad

Tipo: System.Drawing.Color

Vea también

Referencia

clase RichHtmlField

Miembros RichHtmlField

Espacio de nombres Microsoft.SharePoint.Publishing.WebControls

RichHtmlField