简体   繁体   English

Windows双击持续时间

[英]Windows doubleclick duration

Is it possible to know how much millisecond the double click event is fired? 是否有可能知道双击事件被触发了多少毫秒? I want to fire my own double clic event from the click event and I would like to use the same value the user set in the mouse control panel. 我想从click事件中激活我自己的double clic事件,我想使用用户在鼠标控制面板中设置的相同值。

Use the SystemInformation.DoubleClickTime Property 使用SystemInformation.DoubleClickTime属性

I'd also be curious as to know what you are really trying to accomplish here. 我也很想知道你在这里想要完成什么。 There may be a better way to go about it. 可能有更好的方法去做。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM