Being Pedantic - Do you use balloon tooltip?
Updated by Brady Stroud [SSW] 1 year ago. See history
123
The standard tooltip is a rectangle, so the tool tip for the control can be misleading. While, the balloon tooltip has an arrow pointing to the destination control, which is clearer for users.

❌ Figure: Standard tooltip.

✅ Figure: Balloon tooltip.
To implement you can:
- Set the standard Tooltip's property IsBalloon true or
- Use EdwardForgacs' balloon tooltip control.