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;
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.
The two clicks must also occur within a specified time. See DoubleClickTime.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace