Aide:TraySetClick.txt
De Wiki AutoIt Français
Document original V3.3.6.1 :
###Function###
TraySetClick
###Description###
Sets the clickmode of the tray icon - what mouseclicks will display the tray menu.
###Syntax###
TraySetClick ( flag )
###Parameters###
@@ParamTable@@
flag
0 = Tray menu will never be shown through a mouseclick
1 = Pressing primary mouse button
2 = Releasing primary mouse button
4 = Double-click primary mouse button
8 = Pressing secondary mouse button
16 = Releasing secondary mouse button
32 = Double-click secondary mouse button
64 = Hovering over the tray icon
@@End@@
###ReturnValue###
None.
###Remarks###
These flags are NOT tray event values!
Default value is "9" - pressing the primary or secondary mouse button will show the tray menu.
###Related###
TraySetOnEvent
###Example###
@@IncludeExample@@
Document traduit V3.3.6.1 :
Texte en Français
Traducteur :
Contributeurs (pour les modifications avant le Wiki) :