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

RichEditSelection.setMainSubDocumentAsActive Method

Makes the main sub-document active and moves the cursor to its beginning.

Declaration

setMainSubDocumentAsActive(): void

Remarks

Usage Example:


richEdit.selection.setMainSubDocumentAsActive(); 
See Also