Aide:ControlDisable.txt

De Wiki AutoIt Français
Aller à : navigation, rechercher

Document original V3.3.6.1 :

###Function###
ControlDisable

###Description###
Disables or "grays-out" a control.

###Syntax###
ControlDisable ( "title", "text", controlID)


###Parameters###
@@ParamTable@@
title
	The title of the window to access.
text
	The text of the window to access.
controlID
	The control to interact with.  See <a href="../intro/controls.htm">Controls</a>.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	Returns 1.
Failure:	Returns 0.
@@End@@


###Remarks###
None.

###Related###
ControlEnable, ControlHide, ControlCommand


###Example###
@@IncludeExample@@


Document traduit V3.3.6.1 :

###Function###
ControlDisable

###Description###
Désactive ou met en grisé un contrôle.


###Syntax###
ControlDisable ( "title", "text", controlID)


###Parameters###
@@ParamTable@@
title
	Le titre de la fenêtre à atteindre.
text
	Le texte de la fenêtre à atteindre.
controlID
	Le contrôle avec lequel interagir. Voir <a href="../intro/controls.htm">Controls</a>.
@@End@@

###ReturnValue###
@@ReturnTable@@
Succès:	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@@


Traducteur : ZDS

Contributeurs (pour les modifications avant le Wiki) : Tlem