Click or drag to resize

EditorCommand.Bold Method

Returns a command that allows making the selected text bold in a WYSIWYG editor.

Namespace:  DotNetBrowser.Frames
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.11
Syntax
C#
public static EditorCommand Bold()

Return Value

Type: EditorCommand
The EditorCommand instance.
See Also