Vcl.ExtCtrls.TCustomTrayIcon.OnBalloonClick

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also