How to display a Screentip that looks like a callout
Environment
Product Version | Product | Author |
---|---|---|
2020.2.512 | RadScreenTip for WinForms | Nadya Karaivanova |
Description
A common requirement is to display a baloon that shows additional information about warnings, hints or other useful information similarly to callouts. This article demonstrates how you can achieve a similar look by using RadScreenTip.
Solution
The possible solution is by customizeng the RadScreenTips. RadScreenTip is a UI feature which consists of a small window that appears when the mouse cursor is hovered over a particular element. You can create a custom shape and assign it to the screen tip in the ScreenTipNeeded event. Thus, you have the ability to design any custom shape that is most suitable for your specific needs.
A full code snippet is illustrated below: