I have a custom control inheriting from the UserControl class. It has got a ToolTip property but I need to show it when the mouse is dragged over it.
The Tooltip.Show method expects the second argument of type Control. I'm not sure how to with it.
Any ideas/help appreciated.