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?
System.Windows.Forms.ToolTip
(that is what you mean by "same problem with normal", right?), but I cannot reproduce your problem. The tooltip shows up just fine. I think you need to provide more information and / or code in order for people to reproduce it. – Daan