易语言Super-EC与按键精灵脚本命令对照表(4)
时间:2025-02-26
时间:2025-02-26
易语言Super-EC与按键精灵脚本命令对照表
取标题 ()
Plugin Window.GetClass() 取类名 ()
Plugin Window.GetExePath() 进程ID取路径 (取窗口进程ID ())
Plugin Window.GetClientRect() 取窗口内大小 ()
Plugin Window.GetWindowRect() _窗口取外边框 ()
Plugin Window.Active() 窗口置焦点 ()
窗口状态控制 (, 9)
Plugin Window.Min() 窗口最大化 ()
Plugin Window.Max() 窗口最小化 ()
Plugin Window.Restore() 窗口状态控制 (, 9)
Plugin Window.Move() 窗口移动 ()
Plugin Window.Close() 窗口销毁 ()
Plugin Window.GetKeyFocusWnd() 取焦点句柄 ()
Plugin Window.SendKeyDown() 按键消息 (, , #按下_)
Plugin Window.SendKeyUp() 按键消息 (, , #放开_)
Plugin Window.SendKeyPress(
) 按键消息 ()
Plugin Window.Find() 取句柄 ()
取句柄2 ()
Plugin Window.FindEx() 取子窗口 ()
Plugin Window.SendString() 文本投递 ()
文本输入 ()
文本发送 ()