AutomationElementIdentifiers.IsControlElementProperty 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 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.