UITestControl.WaitForControlReady Method
Include Protected Members
Include Inherited Members
Blocks the current thread until this control is ready to accept mouse or keyboard input, or until the time-out expires.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
WaitForControlReady() | Blocks the current thread until this control is ready to receive mouse or keyboard input, or until the default time-out expires. | |
WaitForControlReady(Int32) | Blocks the current thread until this control is ready to receive mouse or keyboard input, or until the specified time-out expires. |
Top