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