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

Gets the dimensions in pixels, of the rectangle that a drag operation must extend to be considered a drag. The rectangle is centered on a drag point.

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

Property Value

A Size that specifies the rectangle that a drag must extend to be considered a drag in pixels.

Remarks

This allows the mouse pointer limited movement before a drag operation begins. The user can click and release the mouse button easily and without unintentionally starting a drag operation.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace