Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Options that specify which accessibility settings are enabled.
Syntax
public enum AccessibilityMode
{
None,
PlatformDefault,
Enabled
}
Constants
| Constant | Description |
|---|---|
| None | No accessibility settings are enabled. |
| PlatformDefault | The accessibility settings are enabled based on the user and/or platform's settings. |
| Enabled | The accessibility settings are always enabled. |