SetPosition Method (SLTextBox)
Class
SLTextBox
.
Action
Sets the insertion point in the text field.
Syntax
C#
textBox
.
SetPosition
(
position
)
VB
textBox
.
SetPosition
(
position
)
Variable
Description
position
The position of the caret within the text field. The value is zero-based.
Integer
.