[Overview][Types][Classes][Procedures and functions][Index] |
The interval after which the balloon hint disappears.
Source position: extctrls.pp line 1460
public property TCustomTrayIcon.BalloonTimeout : Integer |
BalloonTimeout is an Integer property which contains the duration that a balloon hint window is visible before it is closed. The default value for the property is 3000 (milliseconds) or 3 seconds.
The value in BalloonTimeout is assigned as the internal for the internal timer activated when the ShowBalloonHint method is called. Set values in BalloonHint, BalloonTitle, BalloonFlags, and BalloonTimeout prior to calling the ShowBalloonHint method.
|
The text displayed in the balloon hint window. |
|
|
Title used for the balloon hint window. |
|
|
Defines the balloon flag displayed for the tray icon balloon hint. |
|
|
Displays a balloon hint window near the tray icon. |
Version 4.0 | Generated 2025-05-03 | Home |