UITestControl.WaitForControlEnabled Method

Blocks the current thread until this control is enabled, or until the default time-out expires.

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

Syntax

'Declaration
Public Function WaitForControlEnabled As Boolean
public bool WaitForControlEnabled()
public:
bool WaitForControlEnabled()
member WaitForControlEnabled : unit -> bool 
public function WaitForControlEnabled() : boolean

Return Value

Type: System.Boolean
true if this control is enabled before the time-out; otherwise, false.

.NET Framework Security

See Also

Reference

UITestControl Class

WaitForControlEnabled Overload

Microsoft.VisualStudio.TestTools.UITesting Namespace

WaitForReadyTimeout