UITestControl.WaitForControlEnabled 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
WaitForControlEnabled() | |
WaitForControlEnabled(Int32) |
WaitForControlEnabled()
public:
bool WaitForControlEnabled();
public bool WaitForControlEnabled ();
member this.WaitForControlEnabled : unit -> bool
Public Function WaitForControlEnabled () As Boolean
Returns
Applies to
WaitForControlEnabled(Int32)
public:
bool WaitForControlEnabled(int millisecondsTimeout);
public bool WaitForControlEnabled (int millisecondsTimeout);
member this.WaitForControlEnabled : int -> bool
Public Function WaitForControlEnabled (millisecondsTimeout As Integer) As Boolean
Parameters
- millisecondsTimeout
- Int32