I need to understand how to use ToolTip with a custom UserControl . Just creating a ToolTip on the form and assigning a specific ToolTip control (via SetToolTip ) will obviously not work.
What properties do I need to provide a custom UserControl to assign ToolTip text to it? Do I need to add a tooltip to the usercontrol form? How can i do this?
Please provide a sample code or something for me to render.
Thanks!
source share