要求されたページは選択されたバージョンでは利用できない。
CheckProperty
Syntax
Boolean CheckProperty(string propertyName, string propertyValue)
Description
Determine whether the window’s property matches a specified value.
Parameters
propertyName
String specifying the name of the property whose value is to be checked.
propertyValue
String value indicating the expected value.
Return Value
Return TRUE ifthe property contains the specified value; otherwise, FALSE.