RichEditSelection.setMainSubDocumentAsActive Method
Makes the main sub-document active and moves the cursor to its beginning.
Declaration
setMainSubDocumentAsActive(): void
Remarks
richEdit.selection.setMainSubDocumentAsActive();
Refer to the following section for more information: Client Selection.
See Also