Vcl.ExtCtrls.TCustomTrayIcon.BalloonHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BalloonHint: string read FBalloonHint write SetBalloonHint;

C++

__property System::UnicodeString BalloonHint = {read=FBalloonHint, write=SetBalloonHint};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomTrayIcon

Description

Specifies the text within a balloon hint.

Use BalloonHint to specify the text string that appears when a balloon hint is shown.

Code Examples