UITestControl.WaitForControlNotExist Method

Definition

Overloads

WaitForControlNotExist()
WaitForControlNotExist(Int32)

WaitForControlNotExist()

public:
 bool WaitForControlNotExist();
public bool WaitForControlNotExist ();
member this.WaitForControlNotExist : unit -> bool
Public Function WaitForControlNotExist () As Boolean

Returns

Applies to

WaitForControlNotExist(Int32)

public:
 bool WaitForControlNotExist(int millisecondsTimeout);
public bool WaitForControlNotExist (int millisecondsTimeout);
member this.WaitForControlNotExist : int -> bool
Public Function WaitForControlNotExist (millisecondsTimeout As Integer) As Boolean

Parameters

millisecondsTimeout
Int32

Returns

Applies to