There is no property for cursor position.
You can insert an '|' pipe character in the text set initially at position 1 in the text then give the user some buttons to move it in the textbox.
To send to the TTS component, split the text at the pipe then send the select list item(textbox.text,2) part.
If the user does not move the pipe all of the text will be spoken.
---