UITestControl.WaitForControlReady Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WaitForControlReady() | |
WaitForControlReady(Int32) |
WaitForControlReady()
public:
bool WaitForControlReady();
public bool WaitForControlReady ();
member this.WaitForControlReady : unit -> bool
Public Function WaitForControlReady () As Boolean
Returns
Applies to
WaitForControlReady(Int32)
public:
bool WaitForControlReady(int millisecondsTimeout);
public bool WaitForControlReady (int millisecondsTimeout);
member this.WaitForControlReady : int -> bool
Public Function WaitForControlReady (millisecondsTimeout As Integer) As Boolean
Parameters
- millisecondsTimeout
- Int32