Link Search Menu Expand Document

TrayIcon.SetIcon Method

Explanation Set the icon file (* .ico) used to display the icon in the task tray.
Added since Ver.5.0.0
Call format TrayIcon1.SetIcon( URL or reader )
Return value None
Arguments URL or reader URL or ReaderObject
Exception EXT-59 The argument of SetIcon is invalid
EXT-60 Unable to create temporary file
Example of use
    TrayIcon1.SetIcon("/image/window.ico");
    
Related item ResetIcon method