Show: Delphi
C++
Display Preferences
Vcl.Controls.TBalloonHintIconSize
From XE2 API Documentation
Delphi
type TBalloonHintIconSize = (bhsNormal, bhsLarge, bhsSmall)
C++
enum 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 |