Retrieves the full title from a window.
WinGetTitle ( "title" [, "text"] )
WinGetTitle("[active]") returns the active window's title. WinGetTitle() works on both minimized and hidden windows. If multiple windows match the criteria, the most recently active window is used.
AutoItWinGetTitle, WinGetText, WinSetTitle, WinTitleMatchMode (Option)