trayicon Icon property
Return to Introduction  Previous page  Next page
Applies to
acTrayIcon component as subproperty of Win2kInfoBalloon structure.  

Declaration
type  
  TacWin2kInfoIcon = (iiNone, iiInfo, iiWarning, iiError);  
 
property Icon: TacWin2kInfoIcon;  

Description
The Icon property specifies the icon image to display to the left of the balloon window.  
 
Default value is iiNone, which means that no icon displayed. To show the "information" iiinfo icon set the Icon property to iiInfo, to show the "warning" iiwarning sign — use iiWarning, for "errors" iierror use iiError value.