Shell+ allows you to use Balloon ToolTips in your application. Place TSxTrayIcon on the main form of your application. Then add ShowInfo and/or ShowCustomInfo method calls to show icon and ToolTip balloon. These two methods are considered below. The ShowInfo method has no parameters. It uses the following component properties:
To test the example simply run it. Press the button and you will see our ToolTip:
![Click to large size! İmage]()
InfoFlags - indicates what icon to be shown in the left top corner of the balloon. Several predefined values are available - niifError, niifInfo, niifNone and niifWarning.
InfoText - this property contains the text to be displayed in the ToolTip.
InfoTitle - value of this property will be used as a caption of Balloon. ToolTip.
