|
-
July 30th, 2007, 05:33 PM
#1
TabControl Tooltip
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.
-
July 31st, 2007, 07:24 AM
#2
Re: TabControl Tooltip
Setting the autodelay does not work ?
Code:
this.toolTip1.AutomaticDelay = 1000; //nr o f milliseconds
Bogdan
If someone helped you then please Rate his post and mark the thread as Resolved
Please improve your messages appearance by using tags [ code] Place your code here [ /code]
-
July 31st, 2007, 11:19 AM
#3
Re: TabControl Tooltip
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.
-
July 31st, 2007, 12:13 PM
#4
Re: TabControl Tooltip
For each tabpage you set MyTabPage.ToolTipText.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|