AutomationElementIdentifiers.ControlTypeProperty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.