Link Search Menu Expand Document

Root.SetIcon Property

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