User32GetDoubleClickTime Method
Retrieves the current double-click time for the mouse.
A double-click is a series of two clicks of the mouse button,
the second occurring within a specified time after the first.
The double-click time is the maximum number of milliseconds that may occur
between the first and second click of a double-click.
The maximum double-click time is
5000 milliseconds.
Namespace: DevCase.Win32.NativeMethodsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("User32.dll")]
public static int GetDoubleClickTime()
<DllImportAttribute("User32.dll">]
Public Shared Function GetDoubleClickTime As Integer
Dim returnValue As Integer
returnValue = User32.GetDoubleClickTime()
public:
[DllImportAttribute(L"User32.dll")]
static int GetDoubleClickTime()
[<DllImportAttribute("User32.dll")>]
static member GetDoubleClickTime : unit -> int
No code example is currently available or this language may not be supported.
Return Value
Int32
The return value specifies the current double-click time, in milliseconds.
The maximum return value is
5000 milliseconds.