행위

"Autoit ControlSend()"의 두 판 사이의 차이

DB CAFE

잔글 (Dbcafe님이 Autoit controlsend 문서를 Autoit ControlSend() 문서로 이동했습니다)
 
(차이 없음)

2024년 3월 20일 (수) 13:43 기준 최신판

thumb_up 추천메뉴 바로가기


ControlSend("[TITLE:Shell]", "", "x", "{F2}{2}{F2}")

ID - The internal control ID. The Control ID is the internal numeric identifier that windows gives to each control. It is generally the best method of identifying controls. In addition to the AutoIt Window Info Tool, other applications such as screen readers for the blind and Microsoft tools/APIs may allow you to get this Control ID

   TEXT - The text on a control, for example "&Next" on a button
   CLASS - The internal control classname such as "Edit" or "Button"
   CLASSNN - The ClassnameNN value as used in previous versions of AutoIt, such as "Edit1"
   NAME - The internal .NET Framework WinForms name (if available)
   REGEXPCLASS - Control classname using a regular expression
   INSTANCE - The 1-based instance when all given properties match.