UITestControl.WaitForControlExist Method

Definition

Overloads

WaitForControlExist()
WaitForControlExist(Int32)

WaitForControlExist()

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

Returns

Applies to

WaitForControlExist(Int32)

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

Parameters

millisecondsTimeout
Int32

Returns

Applies to