[]
Defines a contract for elements that explicitly support the EnabledProperty
attached property and are capable of handling its value, including the ability to be set,
cleared (via null), and queried.
public interface IAutomationProperties
Public Interface IAutomationProperties
Implementing this interface indicates that the element participates in the inheritance mechanism of EnabledProperty and can have its automation state controlled either locally or through the global default.
| Name | Description |
|---|---|
| AutomationEnabled | Gets or sets a nullable boolean value indicating whether automation is enabled for the element and an automation peer will be created when requested by system. |