Table of Contents

Method SendMouseDragDropIf

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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)

Parameters

condition bool
x1 int
y1 int
x2 int
y2 int
button MouseButton

Returns

bool