Table of Contents

Property DoubleClickTimeInTicks

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

DoubleClickTimeInTicks

Gets the maximum interval, in ticks, that is recognized as a double-click by the system.

public static long DoubleClickTimeInTicks { get; }

Property Value

long

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.