Table of Contents

Method SendMouseDownIf

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

SendMouseDownIf(ref bool, MouseButton)

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

public bool SendMouseDownIf(ref bool condition, MouseButton button = MouseButton.Left)

Parameters

condition bool
button MouseButton

Returns

bool