Table of Contents

Method SendMouseMoveIf

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

SendMouseMoveIf(ref bool, AbstractControl, PointD?)

Same as SendMouseMove(AbstractControl, 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, AbstractControl control, PointD? offset = null)

Parameters

condition bool
control AbstractControl
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