Vcl.Controls.TBalloonHintStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBalloonHintStyle = (bhsStandard, bhsBalloon);

C++

enum DECLSPEC_DENUM TBalloonHintStyle : unsigned char { bhsStandard, bhsBalloon };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

TBalloonHintStyle specifies the style of a TBalloonHint.

The following table lists the values of TBalloonHintStyle:

Value Meaning

bhsStandard

The hint window has a classic appearance.

bhsBalloon

The hint window has a balloon-like appearance.


See Also