In C#, how can I make a ToolTip remain displayed until the mouse move out of the ToolTip region. No matter what delay I set it stay displayed.
I tried to change AutoPopDelay, InitialDelay, and ReshowDelay properties to 0 but the only way I can see is to set the delay to a very large value which is not what I'm looking for.