RichEditSelection.selectParagraph Method
Selects the paragraph in which the cursor is located.
Declaration
selectParagraph(): void
Remarks
richEdit.selection.selectParagraph();
Refer to the following section for more information: Client Selection.
See Also