Aide:TraySetToolTip.txt

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

Document original V3.3.6.1 :

###Function###
TraySetToolTip

###Description###
(Re)Sets the tooltip text for the tray icon.

###Syntax###
TraySetToolTip ( [text] )


###Parameters###
@@ParamTable@@
text
	[optional] The new text to be displayed as tooltip. The length is limited - see Remarks.
@@End@@

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


###Remarks###
In Windows 2000 and later the tooltip length is limited to 128 characters.

To reset the tooltip to the default text, use the function with no parameters:
TraySetToolTip().

The tooltip text is only changed when the tray icon is visible!


###Related###
TrayTip


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


Document traduit V3.3.6.1 :

###Function###
TraySetToolTip

###Description###
(Re)Définit le texte du tooltip pour l'icône de la zone de notification.


###Syntax###
TraySetToolTip ( [text] )


###Parameters###
@@ParamTable@@
text
    [Optionnel] Le nouveau texte qui doit être affiché comme tooltip. La longueur est limitée - voir Remarques.
@@End@@


###ReturnValue###
@@ReturnTable@@
Succès:	Retourne 1.
Échec:	Retourne 0.
@@End@@


###Remarks###
Dans Windows 2000 et versions ultérieures, la longueur du tooltip est limitée à 128 caractères.

Pour réinitialiser le tooltip avec le texte par défaut, utilisez la fonction sans paramètres:
TraySetToolTip().

Le texte du tooltip n'est modifié que lorsque l'icône est visible!


###Related###
<a href="TrayTip.htm">TrayTip</a>


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


Traducteur :

Contributeurs (pour les modifications avant le Wiki) :