[TextArea] SelectionStart and Current Position

The Documentation states for DesktopTextArea.SelectionStart:

So, SelectionStart means CursorPosition ?
(a.k.a. SelectionStart = CursorPosition)

I was seeking in the Documentation how to get the cursor position and found nothing. Because it was a long time since I dealed with the DesktopTextArea, I was searching something like Current Position or Cursor Position or…
Then I was .SelectionStart. I only wanted to set the Cursor position to insert text there.

Misnamed feature or another Property must be added to set the Text insertion position ?

TextArea.SelectionStart will give you the current position of the cursor (which equals the position for starting an insertion or selection): Var currentCursorPos As Integer = DesktopTextArea.SelectionStart