Vcl.ExtCtrls.TCustomTrayIcon.OnBalloonClick
Delphi
property OnBalloonClick: TNotifyEvent read FOnBalloonClick write FOnBalloonClick;
C++
__property System::Classes::TNotifyEvent OnBalloonClick = {read=FOnBalloonClick, write=FOnBalloonClick};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | public | Vcl.ExtCtrls.pas Vcl.ExtCtrls.hpp |
Vcl.ExtCtrls | TCustomTrayIcon |
Description
Occurs when the balloon hint is clicked.
The event OnBalloonClick is triggered whenever the tray icon balloon hint is clicked.