SetSelectionRange メソッド (TextField)
クラス
TextField
.
処理
単一行または複数行フィールドの指定した範囲を選択します。
構文
C#
textField
.
SetSelectionRange
(
selectionRange
)
VB
textField
.
SetSelectionRange
(
selectionRange
)
変数
説明
selectionRange
テキスト フィールド内の選択範囲。
TextRange
。