AutomationElementIdentifiers.IsControlElementProperty Property

Definition

Identifies the control element determination automation property. The control element status indicates whether the element contains user interface components that can be manipulated. The current status is returned by the IsControlElement method.

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

Property Value

The automation property identifier.

Applies to