Skip to main content
A newer version of this page is available. .

RichEditSelection.selectParagraph Method

Selects the paragraph in which the cursor is located.

Declaration

selectParagraph(): void

Remarks

Usage example:


richEdit.selection.selectParagraph();
See Also