![]() |
種 類 |
メソッド | - | ||||
---|---|---|---|---|---|---|
バージョン |
|
書 式 | Selection.setSelection(開始位置,終了位置) |
---|---|
解 説 | Selection.setSelection()はフォーカスされている入力可能なテキストボックスの文字の選択範囲を指定します。 |
コード | Selection.setSelection(3,4); |
■サンプルスクリプトをダウンロードする >>sample.zip ■サンプルスクリプトを実行する >>sample |