How I can get the duration in milliseconds that is valid for a DoubleClick in WPF. The same as in Windows Forms the SystemInformation.DoubleClickTime-property was.
How I can get the duration in milliseconds that is valid for a DoubleClick
Share
You can use P/Invoke to call GetDoubleClickTime directly:
This will return the number of milliseconds for a double click.