Function Reference

ControlFocus

入力のフォーカスを指定したコントロールに設定します。

ControlFocus ( "title", "text", controlID )

 

パラメータ

title 対象となるウィンドウ
text 対象となるウィンドウのテキスト
controlID 対象となるコントロール。Controls参照。

 

返し値

成功 1を返します。
失敗 0を返します。

 

注意

なし。

 

関連

ControlGetFocus, ControlCommand, ControlSend

 


Run("notepad.exe")
ControlFocus("[CLASS:Notepad]", "", "Edit1")