Is there any way to set the duration for a cell ToolTipText beyond the default value? Is this possible or do I have to use custom tool tips to control the duration?
Thanks,
AJL
I don't believe that there is any way to control this with the default ToolTips, but you can use an UltraToolTipManager to show it; the AutoPopDelay can control how long the ToolTip will remain open before automatically closing.
-Matt