SetPosition Method (TextField)
Class
TextField
.
Action
Sets the insertion point in the text field.
Syntax
C#
textField
.
SetPosition
(
position
)
VB
textField
.
SetPosition
(
position
)
Variable
Description
position
The position of the caret within the text field.
TextPosition
.