Aide:ControlFocus.txt
De Wiki AutoIt Français
Document original V3.3.6.1 :
###Function###
ControlFocus
###Description###
Sets input focus to a given control on a window.
###Syntax###
ControlFocus ( "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###
ControlGetFocus, ControlCommand, ControlSend
###Example###
@@IncludeExample@@
Document traduit V3.3.6.1 :
###Function###
ControlFocus
###Description###
Donne le focus à un contrôle.
###Syntax###
ControlFocus ( "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="ControlGetFocus.htm">ControlGetFocus</a>, <a href="ControlCommand.htm">ControlCommand</a>, <a href="ControlSend.htm">ControlSend</a>
###Example###
@@IncludeExample@@
Traducteur : ZDS
Contributeurs (pour les modifications avant le Wiki) : Tlem