Vizard 7 » Command Index » Vizard objects » node3d » <node3d:GUI:textbox>.setCursorPos
7.6

<node3d:GUI:textbox>.setCursorPos

Sets the position of the cursor in the textbox.

<node3d:GUI:textbox>.setCursorPos(  
pos  
)  
pos
0-based index to place the cursor

Remarks

If the position specified is greator than the length of the text or less than zero, the cursor will be set to the end of the text.

Return Value

None