Vcl.ExtCtrls.TTrayIcon.BalloonFlags

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BalloonFlags: TBalloonFlags read FBalloonFlags write FBalloonFlags default 0;

C++

__property BalloonFlags = {default=0};

Properties

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

Description

Specifies an icon for the balloon hint.

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

Specifies an icon for the balloon hint.

The following values specify an icon to be displayed in the balloon hint:

  • bfNone
  • bfInfo
  • bfWarning
  • bfError

Code Examples