AutomationLiveSetting Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the notification characteristics of a particular live region.
public enum class AutomationLiveSetting
public enum AutomationLiveSetting
type AutomationLiveSetting =
Public Enum AutomationLiveSetting
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Off | 0 | The element doesn't send notifications if the content of the live region has changed. |
Polite | 1 | The 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. |
Assertive | 2 | The 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. |