以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.net/bbs/index.asp)
--  专家坐堂  (http://foxtable.net/bbs/list.asp?boardid=2)
----  鼠标悬停显示全部内容  (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=187715)

--  作者:hbkongxin
--  发布时间:2023/8/6 18:29:00
--  鼠标悬停显示全部内容
鼠标悬停,显示内容都正常,但是离开悬停后,有时不会隐去显示的内容,是我这代码哪里有问题吗?

Select Case e.Col.Name
Case "A", "B", "C", "D", "E", "F", "G"
Dim tip As String = e.Col.name
If e.Hovering AndAlso e.Row.IsNull(tip) = False Then
e.Table.ShowToolTip(e.Row(tip), e.Row, e.Col)
Else
e.Table.HideToolTip()
End If
End Select

--  作者:有点蓝
--  发布时间:2023/8/6 21:28:00
--  
参考这种方式用:http://www.foxtable.com/webhelp/topics/2681.htm