###Function###
ControlMove
 
###Description###
Affiche un contrle prcdemment cach.
 
 
###Syntax###
ControlMove ( "title", "text", controlID, x, y [, width [, height]] )
 
 
###Parameters###
@@ParamTable@@
title
	Le titre de la fentre  atteindre.
text
	Le texte de la fentre  atteindre.
controlID
	Le contrle avec lequel interagir. Voir <a href="../intro/controls.htm">Controls</a>.
x
	La coordonne x de la nouvelle position du contrle, relatif  la zone cliente de la fentre.
y
	La coordonne y de la nouvelle position du contrle, relatif  la zone cliente de la fentre.
width
	[optionnel] Nouvelle largeur du contrle.
height
	[optionnel] Nouvelle hauteur du contrle.
@@End@@
 
 
###ReturnValue###
@@ReturnTable@@
Succs:	Retourne 1.
chec:	Retourne 0 si la fentre ou le contrle est introuvable.
@@End@@
 
 
###Remarks###
Si x et y sont gaux  <a href="../keywords/Default.htm">Default</a>, le contrle est redimensionn sans tre dplac.
 
 
###Related###
<a href="ControlCommand.htm">ControlCommand</a>, <a href="ControlGetPos.htm">ControlGetPos</a>
 
 
###Example###
@@IncludeExample@@