The DoubleClick delay - reading the windows setting

  • Thread starter Thread starter Phil Jones
  • Start date Start date
P

Phil Jones

Is there a way to read what the millisecond delay is for a DoubleClick as
set within the Window's Control Panel?

Thanks everyone!!
==
Phil
 
Hi,

Take a look at the System.Windows.Forms.SystemInformation.DoubleClickTime
property, it should give you what you want.

Hope this helps
 
Brilliant Chris - that's what I'm after.

Also the DoubleClickSize looks useful too!

Cheers,
==
Phil
 
Back
Top