WinGetTitle

지정된 창의 제목을 열람합니다.

WinGetTitle, OutputVar , WinTitle, WinText, ExcludeTitle, ExcludeText

매개변수

OutputVar

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

WinTitle

목표 창을 식별하는 창 제목 또는 다른 기준. WinTitle 참조.

WinText

존재하면, 이 매개변수는 목표 창 텍스트의 부문자열입니다 (동봉된 Window Spy 유틸리티에 노출됨). 숨은 텍스트는 DetectHiddenText가 켜져 있어야 탐지됩니다.

ExcludeTitle

제목에 이 값이 있는 창은 무시합니다.

ExcludeText

텍스트에 이 값이 있는 창은 무시합니다.

논평

부합하는 창이 없으면, OutputVar는 비워집니다.

마우스가 현재 올라 탄 창의 이름을 알려면, MouseGetPos를 사용합니다.

창 제목과 텍스트는 대소문자를 구분합니다. 숨은 창은 DetectHiddenWindows가 켜져 있어야 탐지됩니다.

WinGetActiveStats, WinGetActiveTitle, WinGetClass, WinGet, WinGetText, ControlGetText, WinGetPos

예제

Retrieves and reports the title of the active window.

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