AutomationElementIdentifiers.ControlTypeProperty Property

Definition

Identifies the control type automation property. The control type property value is returned by the GetAutomationControlType method.

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

Property Value

The automation property identifier.

Applies to