###Function###
AutoItWinSetTitle
 
###Description###
Modifie le titre d'une fentre Autoit.
 
 
###Syntax###
AutoItWinSetTitle ( "newtitle" )
 
 
###Parameters###
@@ParamTable@@
newtitle
	Le nouveau titre  donner  la fentre.
@@End@@
 
 
###ReturnValue###
Aucune.
 
 
###Remarks###
La fentre Autoit est habituellement cache. Lintrt de changer son titre est d'autoriser d'autres programmes (ou d'autres scripts Autoit)  interagir avec Autoit.
 
 
###Related###
<a href="AutoItWinGetTitle.htm">AutoItWinGetTitle</a>, <a href="WinSetTitle.htm">WinSetTitle</a>
 
 
###Example###
@@IncludeExample@@