Cursor.setCursorPosition

Set the text cursor just after the character index passed.

mixintemplate Cursor()
setCursorPosition
(
this T
)
()

Parameters

charIndex int

The index of the character after the cursor.

Return Value

Type: auto

This widget to aid method chaining.

Meta