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.DoubleClickTime

Gets the maximum number of milliseconds allowed between mouse clicks for a double-click.

[Visual Basic]
Public Shared ReadOnly Property DoubleClickTime As Integer
[C#]
public static int DoubleClickTime {get;}
[C++]
public: __property static int get_DoubleClickTime();
[JScript]
public static function get DoubleClickTime() : int;

Property Value

The maximum number of milliseconds allowed between mouse clicks for a double-click.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace