Vcl.ExtCtrls.TCustomTrayIcon.OnBalloonClick

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnBalloonClick: TNotifyEvent read FOnBalloonClick write FOnBalloonClick;

C++

__property System::Classes::TNotifyEvent OnBalloonClick = {read=FOnBalloonClick, write=FOnBalloonClick};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomTrayIcon

Beschreibung

Wird ausgelöst, wenn der Sprechblasenhinweis angeklickt wird.

Das Ereignis OnBalloonClick wird ausgelöst, wenn Sprechblasenhinweis des Taskleistensymbols angekllickt wird.

Siehe auch