AutomationElementIdentifiers.IsEnabledProperty Property

Definition

Identifies the enabled determination automation property. The enabled status indicates whether the item referenced by the automation peer is enabled. The current status is returned by the IsEnabled method.

public:
 static property AutomationProperty ^ IsEnabledProperty { AutomationProperty ^ get(); };
static AutomationProperty IsEnabledProperty();
public static AutomationProperty IsEnabledProperty { get; }
var automationProperty = AutomationElementIdentifiers.isEnabledProperty;
Public Shared ReadOnly Property IsEnabledProperty As AutomationProperty

Property Value

The automation property identifier.

Applies to