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

Declaration
property Enabled: Boolean;  

Description
The Enabled property determines whether you would like to display the information balloon when the window is minimized to the system tray or not. Set Enabled to True if you would like to display the information balloon when the icon appears in the system tray, or False otherwise.  
 
If you would like to show the balloon tooltip when the form is already minimized to the system tray — use ShowInfoBalloon method.  

See also
ShowInfoBalloon method.