Click or drag to resize

EditorCommandMoveToEndOfLineAndModifySelection Method

Returns a command that allows moving a word to the end of line and modifying selection in a text area or a WYSIWYG editor.

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

Return Value

Type: EditorCommand
The EditorCommand instance.
See Also