Table of Contents

Method BackColor

Namespace
DotNetBrowser.Frames
Assembly
DotNetBrowser.dll

BackColor(string)

Returns a command that allows setting the background color for selected text in a WYSIWYG editor.

public static EditorCommand BackColor(string color)

Parameters

color string

the color to set.

Returns

EditorCommand

The EditorCommand instance.

Exceptions

ArgumentException

Thrown when the color is null, empty or contain only white space.