Table of Contents

Method SendSelectIf

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

SendSelectIf(ref bool, string)

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

public bool SendSelectIf(ref bool condition, string text)

Parameters

condition bool
text string

Returns

bool