When tooltip is displayed on a form, controls like group boxes, labels, combo boxes, track bars, date-time pickers, etc, honor its IsBaloon=true
property but controls like status bars and toolbars do not and display a regular rectangular tooltip.
What do I have to do to display baloon tooltips consistently, on all controls on a form, regardless of what that control is?
The scope of this question includes only standard controls that come with Visual Studio toolbox.