How do I set a toolTip that doesn't go away as long as you're hovering on the control?
I tried setting the "AutoPopDelay" to 999999, but the tooltip disappears after 15 seconds.
Or, is there another way to achieve the same effect?
How do I set a toolTip that doesn't go away as long as you're hovering on the control?
I tried setting the "AutoPopDelay" to 999999, but the tooltip disappears after 15 seconds.
Or, is there another way to achieve the same effect?
From MSDN:
For more information on this subject, look here:
ToolTip Class
Make tooltips remain visible for a very long time in Visual Basic .NET
Stack Overflow question Can I set an infinite AutoPopDelay for a tooltip in a .NET Windows Forms window?
Tooltips with infinite timeout?