NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SystemInformation.DoubleClickSize

Gets the dimensions in pixels, of the area that the user must click within for the system to consider the two clicks a double-click. The rectangle is centered around the first click.

[Visual Basic]
Public Shared ReadOnly Property DoubleClickSize As Size
[C#]
public static Size DoubleClickSize {get;}
[C++]
public: __property static Size get_DoubleClickSize();
[JScript]
public static function get DoubleClickSize() : Size;

Property Value

A Size that specifies the dimensions in pixels, of the area that the user must click within for the system to consider the two clicks a double-click.

Remarks

The two clicks must also occur within a specified time. See DoubleClickTime.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace