Can the hover interval be changed?

后端 未结 3 1519
失恋的感觉
失恋的感觉 2021-01-18 15:18

I have code that allows a user to hover over a control, and it will respond. However, I\'d like the hovering to fire a little quicker. Is there a way to speed up the hover r

3条回答
  •  清歌不尽
    2021-01-18 15:48

    If you use the ToolTip component for this purpose, you can set its InitialDelay property to a value smaller than the default 500 (half a second).

    By the way, the AutoPopDelay and ReshowDelay properties are also useful, determining the display time and the delay upon the mouse re-entering the control's client area, respectively.

提交回复
热议问题