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
stringthe color to set.
Returns
- EditorCommand
The EditorCommand instance.
Exceptions
- ArgumentException
Thrown when the
color
is null, empty or contain only white space.