Click or drag to resize

EditorCommandBackColor Method

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

Namespace:  DotNetBrowser.Frames
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public static EditorCommand BackColor(
	string color
)

Parameters

color
Type: SystemString
the color to set.

Return Value

Type: EditorCommand
The EditorCommand instance.
Exceptions
ExceptionCondition
ArgumentException Thrown when the color is null, empty or contain only white space.
See Also