Click or drag to resize

EditorCommandToggleItalic Method

Returns a command that allows toggling italic style for the selected text in a WYSIWYG editor.

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

Return Value

Type: EditorCommand
The EditorCommand instance.
See Also