SetSelection メソッド (SLRichTextBox)
クラス
SLRichTextBox
.
処理
テキスト ボックス内のテキストの範囲を選択します。
構文
C#
richTextBox
.
SetSelection
(
startPosition
,
length
)
VB
richTextBox
.
SetSelection
(
startPosition
,
length
)
変数
説明
startPosition
選択範囲の開始インデックス。 The value is zero-based.。
Integer
。
length
開始位置から選択する文字数。
Integer
。