LiveSetting enumeration (uiautomationcore.h)
Contains possible values for the LiveSetting property. This property is implemented by provider elements that are part of a live region.
Syntax
typedef enum LiveSetting {
Off = 0,
Polite = 1,
Assertive = 2
} ;
Constants
OffValue: 0 |
PoliteValue: 1 |
AssertiveValue: 2 |
Requirements
| Minimum supported client | Windows 8 [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2012 [desktop apps | UWP apps] |
| Header | uiautomationcore.h (include UIAutomation.h) |