The requested page is not available for selected version.
WaitForProperty
Syntax
Boolean WaitForProperty(string propertyName, string propertyValue, long timeOut)
Description
Wait until the given control property achieves the specified value or exceeds the specified timeout before continuing to the next action.
Parameters
propertyName
String value specifying the name of the property whose value to check.
propertyValue
String value specifying the expected value against which the actual property value is to be checked.
timeOut
Long value indicating the wait duration (Units: milliseconds).
Return Value
Return TRUE if the property achieves the expected value within the time limit; FALSE if the timeout is reached before the property achieves that value.