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;
A Size that specifies the rectangle that a drag must extend to be considered a drag in pixels.
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.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace