SPI_SETDOUBLECLICKTIME top-level constant

int const SPI_SETDOUBLECLICKTIME

Sets the double-click time for the mouse to the value of the uiParam parameter. If the uiParam value is greater than 5000 milliseconds, the system sets the double-click time to 5000 milliseconds.

The double-click time is the maximum number of milliseconds that can occur between the first and second clicks of a double-click. You can also call the SetDoubleClickTime function to set the double-click time. To get the current double-click time, call the GetDoubleClickTime function.

Implementation

const SPI_SETDOUBLECLICKTIME = 0x0020;