j*****o 发帖数: 320 | 1 非当前tabpage怎么才能显示自己的tooltip?
谢谢. |
j*****o 发帖数: 320 | 2 Visual Studio自己的就可以. 当打开多个文件的时候,
非当前tabpage可以显示该页面的文件路径。
【在 j*****o 的大作中提到】 : 非当前tabpage怎么才能显示自己的tooltip? : 谢谢.
|
m******t 发帖数: 2416 | 3
Isn't there some kind of mouse hovering event you can listen to?
【在 j*****o 的大作中提到】 : Visual Studio自己的就可以. 当打开多个文件的时候, : 非当前tabpage可以显示该页面的文件路径。
|
j*****o 发帖数: 320 | 4 好像不管用,当鼠标移到非当前tabpage的头上,
并没有触发这个事件。
谢谢。
【在 m******t 的大作中提到】 : : Isn't there some kind of mouse hovering event you can listen to?
|
m******t 发帖数: 2416 | 5 Never mind that. Just set tabControl.TabPage[0].ToolTipText,
then set tabControl.ShowToolTips to true. (that's in C#.Net, BTW)
Kind of straightforward, isn't it? 8-)
【在 j*****o 的大作中提到】 : 好像不管用,当鼠标移到非当前tabpage的头上, : 并没有触发这个事件。 : 谢谢。
|
j*****o 发帖数: 320 | 6 多谢,前几天也这么做过,但是不成。今天开了个新的project,
好像可以了。
这个ToolTip可以显示多行文字吗?谢谢。
【在 m******t 的大作中提到】 : Never mind that. Just set tabControl.TabPage[0].ToolTipText, : then set tabControl.ShowToolTips to true. (that's in C#.Net, BTW) : Kind of straightforward, isn't it? 8-)
|
e*********s 发帖数: 200 | 7 ft...what version of .Net you are using? ....
【在 j*****o 的大作中提到】 : 多谢,前几天也这么做过,但是不成。今天开了个新的project, : 好像可以了。 : 这个ToolTip可以显示多行文字吗?谢谢。
|
j*****o 发帖数: 320 | 8 VS .NET 2003
【在 e*********s 的大作中提到】 : ft...what version of .Net you are using? ....
|