Skip to main content

AutomationLiveSetting Enumeration

Describes the notification characteristics of a particular live region

Definition

Namespace: Avalonia.Automation
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public enum AutomationLiveSetting
View Source

Members

Off0The element does not send notifications if the content of the live region has changed.
Polite1The element sends non-interruptive notifications if the content of the live region has changed. With this setting, UI Automation clients and assistive technologies are expected to not interrupt the user to inform of changes to the live region.
Assertive2The element sends interruptive notifications if the content of the live region has changed. With this setting, UI Automation clients and assistive technologies are expected to interrupt the user to inform of changes to the live region.

See Also

Reference

Avalonia.Automation Namespace