DSkinHtmlToolTipOnLinkHandlingTimerTick 方法 |
Raised on link handling timer tick, used for:
1. Know when the tooltip is hidden by checking the visibility of the tooltip window.
2. Call HandleMouseMove so the mouse cursor will react if over a link element.
3. Call HandleMouseDown and HandleMouseUp to simulate click on a link if one was clicked.
命名空间:
DSkin.Controls
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法 protected virtual void OnLinkHandlingTimerTick(
EventArgs e
)
参数
- e
- 类型:SystemEventArgs
[缺少 "M:DSkin.Controls.DSkinHtmlToolTip.OnLinkHandlingTimerTick(System.EventArgs)" 的 <param name="e"/> 文档]
参见