###Function###
ControlDisable
 
###Description###
Dsactive ou met en gris un contrle.
 
 
###Syntax###
ControlDisable ( "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="ControlEnable.htm">ControlEnable</a>, <a href="ControlHide.htm">ControlHide</a>, <a href="ControlCommand.htm">ControlCommand</a>
 
 
###Example###
@@IncludeExample@@