![]() |
種 類 |
メソッド | - | ||||
---|---|---|---|---|---|---|
バージョン |
|
書 式 | Selection.setFocus("テキストボックス名") |
---|---|
解 説 | Selection.setFocus()は指定した入力可能なテキストボックスにフォーカスします。 |
コード | Selection.setFocus("_root.Box1"); |
■サンプルスクリプトをダウンロードする >>sample.zip ■サンプルスクリプトを実行する >>sample |