###Function###
ControlEnable
 
###Description###
Active ou dgrise un contrle.
 
 
###Syntax###
ControlEnable ( "title", "text", controlID)
 
 
###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>.
@@End@@
 
 
###ReturnValue###
@@ReturnTable@@
Succs:	Retourne 1.
chec:	Retourne 0.
@@End@@
 
 
###Remarks###
Aucune.
 
 
###Related###
<a href="ControlDisable.htm">ControlDisable</a>, <a href="ControlShow.htm">ControlShow</a>, <a href="ControlCommand.htm">ControlCommand</a>
 
 
###Example###
@@IncludeExample@@