ChangeSysTrayIcon()

Syntax

ChangeSysTrayIcon(#SysTrayIcon, ImageID)
Description
Changes the specified icon in the SysTray area.

Parameters

#SysTrayIcon The systray icon to change.
ImageID The new image to use for the systray icon. Only icon image type (.ico) are supported on Windows, for Linux and OS X it is advised to use a PNG image (in order to have a transparency layer). ImageID() may be used to get this ID easily.

Return value

None.

See Also

AddSysTrayIcon()

Supported OS

All

<- AddSysTrayIcon() - SysTray Index - IsSysTrayIcon() ->