I created a custom control (inherited from UserControl) with some controls in it (label, textbox, slider) and assigned it a supertooltip (from devComponents dotnetbar; same problem with normal; check picture) in Designer.
But the tooltip doesn’t come up. On “normal” controls it works, so it’s a problem with the custom control.
Any idea what’s wrong?
Edit: Here’s a sample: Download
While making the sample i think I found the failure. The tooltip comes only up if the mouse hovers the parent. Possible? If yes: Any idea how to fix?

Setting the tooltip on the user control displays the tooltip only when you hover over ’empty’ canvas of the user control, not when you hover over child controls that are part of the user control. This is by design, you need to manually implement some workaround if you want other behavior.
One suggestion that is mentioned (originally from http://www.msnewsgroups.net, but which is no longer available):