System.Windows.Forms.SystemInformation.DoubleClickSize Property

Gets the dimensions, in pixels, of the area within which the user must click twice for the operating system to consider the two clicks a double-click.

Syntax

public static System.Drawing.Size DoubleClickSize { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The SystemInformation.DoubleClickSize property indicates the size of a rectangular area centered around the point at which the last click occurred. To cause a double-click, a second click must occur within the area of the rectangle before the double-click time elapses.

The SystemInformation.DoubleClickTime property indicates the maximum number of milliseconds that can elapse before a second click for the second click to cause a double-click.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0