ConditionType enumeration (uiautomationcoreapi.h)
Contains values that specify a type of UiaCondition.
Syntax
typedef enum ConditionType {
ConditionType_True = 0,
ConditionType_False = 1,
ConditionType_Property = 2,
ConditionType_And = 3,
ConditionType_Or = 4,
ConditionType_Not = 5
} ;
Constants
ConditionType_TrueValue: 0 A condition that is true. |
ConditionType_FalseValue: 1 A condition that is false. |
ConditionType_PropertyValue: 2 A property condition. |
ConditionType_AndValue: 3 A complex condition where all the contained conditions must be true. |
ConditionType_OrValue: 4 A complex condition where at least one of the contained conditions must be true. |
ConditionType_NotValue: 5 A condition that is true if the specified conditions are not met. |
Requirements
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | uiautomationcoreapi.h (include UIAutomation.h) |