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