UITestControl.WaitForControlReady Method (Int32)

Blocks the current thread until this control is ready to receive mouse or keyboard input, or until the specified time-out expires.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Function WaitForControlReady ( _
    millisecondsTimeout As Integer _
) As Boolean
public bool WaitForControlReady(
    int millisecondsTimeout
)
public:
bool WaitForControlReady(
    int millisecondsTimeout
)
member WaitForControlReady : 
        millisecondsTimeout:int -> bool 
public function WaitForControlReady(
    millisecondsTimeout : int
) : boolean

Parameters

  • millisecondsTimeout
    Type: System.Int32
    The number of milliseconds before time-out.

Return Value

Type: System.Boolean
true if this control is ready to receive mouse or keyboard input before the time-out; otherwise, false.

.NET Framework Security

See Also

Reference

UITestControl Class

WaitForControlReady Overload

Microsoft.VisualStudio.TestTools.UITesting Namespace