RichEditSelection.setActiveSubDocumentById(id) Method
Makes the specified sub-document active.
Declaration
setActiveSubDocumentById(
id: number
): boolean
Parameters
| Name | Type | Description |
|---|---|---|
| id | number | The id of the target sub-document. |
Returns
| Type | Description |
|---|---|
| boolean |
|
Remarks
richEdit.selection.setActiveSubDocumentById(0);
Refer to the following section for more information: Client Selection.
See Also