[]
        
(Showing Draft Content)

C1.WinUI.Core.IAutomationProperties

IAutomationProperties Interface

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.

Namespace: C1.WinUI.Core
Assembly: C1.WinUI.Core.dll
Syntax
public interface IAutomationProperties
Public Interface IAutomationProperties
Remarks

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.

Properties

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.