ModTrayIcon
ModTrayIcon>Name,Hint,IconFileName,Visible
Modifies a tray icon created with the AddTrayIcon command. Specify the name of the icon to modify.
Hint can contain either an empty string or a new hint text. If empty the hint is not changed.
IconFileName can contain either an empty tring or a .ico file name. If empty the icon image is not changed
Visible can be True or False to show or hide the icon.
See also: AddTrayIcon, AddTrayHandler, DelTrayIcon
Example
ModTrayIcon>MyTrayIcon,Don't Click Me!,,True