NotifyIcon support
A NotifyIcon is a component that shows an icon in the system tray of the start menu. Qios.DevSuite has full support to work with a NotifyIcon.

QContextMenu
To add a QContextMenu to a NotifyIcon simply drop and configure a QContextMenu component on the form and set the QContextMenu property of the NotifyIcon to the newly created QContextMenu. The NotifyIcon now responds to click events to show the QContextMenu.

QBalloon
To show a QBalloon pointing to the NotifyIcon simply drop and configure a QBalloon component on the form and call the ShowOnNotifyIcon method (passing the NotifyIcon and MarkupText) whenever you wish to show the QBalloonWindow.