Edit

NotCondition Class

Definition

Represents a Condition that is the negative of a specified Condition.

public ref class NotCondition : System::Windows::Automation::Condition
public class NotCondition : System.Windows.Automation.Condition
type NotCondition = class
    inherit Condition
Public Class NotCondition
Inherits Condition
Inheritance
NotCondition

Constructors

Name Description
NotCondition(Condition)

Initializes a new instance of the NotCondition class.

Properties

Name Description
Condition

Gets the Condition that this NotCondition negates.

Applies to

See also