JVCL Help:TBalloonType
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TBalloonType type
Search in JVCL Help
Search in all projectsSummary
Identifies different balloon types.
Pascal
run\JvTrayIcon.pas
TBalloonType = (
btNone,
btError,
btInfo,
btWarning
);
Members
Members | Description |
btNone | A balloon containing no icon. |
btError | A balloon containing a red stop sign. |
btInfo | A balloon containing a blue "i". |
btWarning | A balloon containing a yellow exclamation point symbol. |
Description
The TBalloonType type defines values that represent specific types of balloons. Each balloon type shows a different icon to the left of non blank titles. Possible values are: btNone, btError, btInfo, btWarning.
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page