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