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.23.2
Syntax public static EditorCommand BackColor(
string color
)
Parameters
- color
- Type: SystemString
the color to set.
Return Value
Type:
EditorCommandThe
EditorCommand instance.
Exceptions Exception | Condition |
---|
ArgumentException |
Thrown when the color is null, empty or contain only white
space.
|
See Also