In Windows Forms, how can I introduce a delay between when my mouse moves over the heading of a tab and when the tooltip gets displayed?
Thanks,
Mehul.
Printable View
In Windows Forms, how can I introduce a delay between when my mouse moves over the heading of a tab and when the tooltip gets displayed?
Thanks,
Mehul.
Setting the autodelay does not work ?
Code:this.toolTip1.AutomaticDelay = 1000; //nr o f milliseconds
when I add a tooltip to my form, in the designer i see an property called Tooltip on toolTip1. If I set that to 'abc'. then 'abc' is displayed over all my tabs when i hover over them. How do i show different values for the hover tip when i move from one tab heading to another?
Thanks.
For each tabpage you set MyTabPage.ToolTipText.