trayicon OnBalloonHide event
Return to Introduction  Previous page  Next page
Applies to
acTrayIcon component.  

Declaration
property OnBalloonHide: TNotifyEvent;  

Description
The OnBalloonHide event occurs when the balloon tip disappears from screen.  

Remark
iiwarning For some reason the NIN_BALLOONHIDE message does not passes to WM_NOTIFYICON handler in Shell 5.x, so please use OnBalloonTimeOut and OnBalloonUserClick events instead.  

See also
OnBalloonShow, OnBalloonHide, OnBalloonTimeOut and OnBalloonUserClick events;  
Win2kInfoBalloon structure.