WinGetActiveTitle

활성 창의 제목을 열람합니다.

WinGetActiveTitle, OutputVar

매개변수

OutputVar

The name of the output variable in which to store the title of the active window.

논평

이 명령어는 다음과 동등합니다: WinGetTitle, OutputVar, A.

WinGetPos, WinGetActiveStats, WinGetTitle, WinGetClass, WinGetText, ControlGetText

예제

Retrieves and reports the title of the active window.

WinGetActiveTitle, Title
MsgBox, 활성 창의 제목은 "%Title%"입니다.