Table of Contents

Method SendMouseMoveIf

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

SendMouseMoveIf(ref bool, Control, PointD?)

Same as SendMouseMove(Control, PointD?) but checks for the condition before sending action. This method sets condition to the result of the send action operation.

public bool SendMouseMoveIf(ref bool condition, Control control, PointD? offset = null)

Parameters

condition bool
control Control
offset PointD?

Returns

bool

SendMouseMoveIf(ref bool, PointI)

Same as SendMouseMove(PointI) but checks for the condition before sending action. This method sets condition to the result of the send action operation.

public bool SendMouseMoveIf(ref bool condition, PointI point)

Parameters

condition bool
point PointI

Returns

bool