Vcl.ExtCtrls.TTrayIcon.OnBalloonClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnBalloonClick: TNotifyEvent read FOnBalloonClick write FOnBalloonClick;

C++

__property OnBalloonClick;

Properties

Type Visibility Source Unit Parent
event published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TTrayIcon

Description

Occurs when the balloon hint is clicked.

Vcl.ExtCtrls.TTrayIcon.OnBalloonClick inherits from Vcl.ExtCtrls.TCustomTrayIcon.OnBalloonClick. All content below this line refers to Vcl.ExtCtrls.TCustomTrayIcon.OnBalloonClick.

Occurs when the balloon hint is clicked.

The event OnBalloonClick is triggered whenever the tray icon balloon hint is clicked.

See Also