| 
       NotifyIcon Property 
     | 
    
      
             
      
     | 
  
Set / Gets notify icon of a window..
SYNTAX
Pseudo-OOP:
Set: 
<WindowName>.NotifyIcon := cNotifyIcon
Get: 
<WindowName>.NotifyIcon --> cNotifyIcon
Function syntax:
Set: 
SetProperty ( <WindowName>, NotifyIcon , cNotifyIcon )
Get: 
GetProperty ( <WindowName>, NotifyIcon ) --> cNotifyIcon