Property DoubleClickTimeInTicks
DoubleClickTimeInTicks
Gets the maximum interval, in ticks, that is recognized as a double-click by the system.
public static long DoubleClickTimeInTicks { get; }
Property Value
Remarks
This value corresponds to the system's double-click time setting, converted from milliseconds to ticks. It can be used to determine whether two input events should be interpreted as a double-click based on their timing.