[]
        
(Showing Draft Content)

C1.WinUI.Core.AutomationProperties

AutomationProperties Class

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.

Inheritance
AutomationProperties
Namespace: C1.WinUI.Core
Assembly: C1.WinUI.Core.dll
Syntax
public static class AutomationProperties
Public Module AutomationProperties

Fields

Name Description
EnabledProperty

Identifies the AutomationEnabled attached property.

Methods

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.