[]
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.
bool? AutomationEnabled { get; set; }
Property AutomationEnabled As Boolean?
| Type | Description |
|---|---|
| bool? |
|
When set to null, the effective value is determined by the closest ancestor
that has a non‑null setting, or by the global default if none exists.
Getter cannot return a null value. Implementations are expected to store and retrieve
the value using the EnabledProperty attached property.