Method SendMouseDragDropIf
SendMouseDragDropIf(ref bool, int, int, int, int, MouseButton)
Same as SendMouseDragDrop(int, int, int, int, MouseButton) but checks for the condition
before sending action. This method sets condition
to
the result of the send action operation.
public bool SendMouseDragDropIf(ref bool condition, int x1, int y1, int x2, int y2, MouseButton button = MouseButton.Left)