MoveCursorToContentControl
function MoveCursorToContentControl(id: string, isBegin: boolean = false): void
Description
Moves a cursor to the specified content control.
Parameters
- id
string
A unique internal identifier of the content control.
- isBegin
boolean
false Defines if the cursor position changes in the content control. By default, a cursor will be placed to the content control begin (false).
Returns
void