JVCL Help:TJvBalloonOption
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvBalloonOption type
Search in JVCL Help
Search in all projectsSummary
Defines values that determines the behavior of balloon windows displayed by calling ActivateHint, ActivateHintPos or ActivateHintRect.
Pascal
run\JvBalloonHint.pas
TJvBalloonOption = (
boUseDefaultHeader,
boUseDefaultIcon,
boUseDefaultImageIndex,
boShowCloseBtn,
boCustomAnimation,
boPlaySound
);
TJvBalloonOptions = setof TJvBalloonOption;
Members
Members | Description |
boUseDefaultHeader | Uses the header as specified by property DefaultHeader. |
boUseDefaultIcon | Uses the icon as specified by property DefaultIcon. |
boUseDefaultImageIndex | Uses the image index as specified by property DefaultImageIndex. |
boShowCloseBtn | Shows a close button in the balloon window. |
boCustomAnimation | Windows XP Shows the balloon window with custom special effects, as specified by CustomAnimationStyle and CustomAnimationTime. |
boPlaySound | Plays a sound when the balloon shows. |
Description
The TJvBalloonOption values determine the behavior of balloon windows displayed by calling ActivateHint, ActivateHintPos or ActivateHintRect.
TJvBalloonOptions is a set of TJvBalloonOption.
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