Link Search Menu Expand Document

TrayIcon.ResetIcon Method

Explanation Discard the icon file set by the SetIcon method.
Added since Ver.5.0.0
Call format TrayIcon1.ResetIcon( )
Return value None
Arguments None
Exception None
Example of use
    TrayIcon1.ResetIcon();
    
Related item SetIcon method