Click or drag to resize

EditorCommandDeleteBackward Method

Returns a command that allows deleting character before the caret position in a text field, text area or WYSIWYG editor.

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

Return Value

Type: EditorCommand
The EditorCommand instance.
See Also