ConditionType Enumerated Type

Contains values that specify a type of UiaCondition.

Syntax

typedef enum {
    ConditionType_True,
    ConditionType_False,
    ConditionType_Property,
    ConditionType_And,
    ConditionType_Or,
    ConditionType_Not
} ConditionType;

Constants

  • ConditionType_True
    A condition that is true.

  • ConditionType_False
    A condition that is false.

  • ConditionType_Property
    A property condition.

  • ConditionType_And
    A complex condition where all the contained conditions must be true.

  • ConditionType_Or
    A complex condition where at least one of the contained conditions must be true.

  • ConditionType_Not
    A condition that is true if the specified conditions are not met.

Enumerated Type Information

Header uiautomationcoreapi.h
Minimum operating systems Windows XP 1.0