Vcl.Controls.TBalloonHintIconSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TBalloonHintIconSize = (bhsNormal, bhsLarge, bhsSmall);

C++

enum DECLSPEC_DENUM TBalloonHintIconSize : unsigned char { bhsNormal, bhsLarge, bhsSmall };

Properties

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

Description

TBalloonHintIconSize specifies the icon size of a TBalloonHint.

The following table lists the values of TBalloonHintIconSize:

Value Meaning

bhsNormal

Regular-sized icon

bhsLarge

Large icon

bhsSmall

Small icon


See Also