[]
Provides an attached property that controls whether automation (UI Automation) is enabled for a specific element. The property supports inheritance, allowing a global value to be set on a root element and propagated to all children.
public static class AutomationProperties
Public Module AutomationProperties
| Name | Description |
|---|---|
| EnabledProperty | Identifies the AutomationEnabled attached property. |
| Name | Description |
|---|---|
| GetEnabled(DependencyObject) | Gets the current effective value of the EnabledProperty attached property for a specified dependency object. |
| SetEnabled(DependencyObject, bool?) | Sets the value of the EnabledProperty attached property for a specified dependency object. |