Aide:ControlShow.txt

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

Document original V3.3.6.1 :

###Function###
ControlShow

###Description###
Shows a control that was hidden.

###Syntax###
ControlShow ( "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 if window/control is not found.
@@End@@


###Remarks###
None.

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


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


Document traduit V3.3.6.1 :

###Function###
ControlShow

###Description###
Affiche un contrôle précédemment caché.


###Syntax###
ControlShow ( "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 si la fenêtre ou le contrôle est introuvable.
@@End@@


###Remarks###
Aucune.


###Related###
<a href="ControlHide.htm">ControlHide</a>, <a href="ControlEnable.htm">ControlEnable</a>, <a href="ControlCommand.htm">ControlCommand</a>


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


Traducteur : ZDS

Contributeurs (pour les modifications avant le Wiki) : Tlem