Table of Contents

Field WinFormsDoubleClickTime

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

Specifies the default maximum interval, in milliseconds, that distinguishes a double-click from two consecutive single clicks in Windows Forms applications.

public const int WinFormsDoubleClickTime = 500

Returns

int
Specifies the default maximum interval, in milliseconds, that distinguishes a double-click from two consecutive single clicks in Windows Forms applications.

Remarks

This value is typically used to determine whether two mouse clicks should be interpreted as a double-click. The default value of 500 milliseconds matches the standard double-click time used by Windows Forms controls.