Table of Contents

Method WasOnFocusLost

Namespace
Skyline.DataMiner.Automation
Assembly
SLManagedAutomation.dll

WasOnFocusLost(string)

Returns true if a dialog box item with the given destination variable and with the property WantsOnFocusLoss set to true has lost focus.

public bool WasOnFocusLost(string key)

Parameters

key string

The destination variable that is linked to the specific dialog box item.

Returns

bool

true if the dialog box item has lost focus; otherwise, false.

Remarks

note

For this method ever to return true, you have to set .WantsOnFocusLoss to true.