RichEditSelection.goToPreviousCharacter Method
Moves the cursor to the previous character and allows you to extend the selection.
Declaration
goToPreviousCharacter(
extendSelection?: boolean
): void
Parameters
Name | Type | Description |
---|---|---|
extendSelection | boolean |
|
Remarks
richEdit.selection.goToPreviousCharacter(true);
Refer to the following section for more information: Client Selection.
See Also