0

I want to check if Windows narrator is enabled in UWP. Is there any event which I can subscribe to get narrator event? Alternatively is it possible to check if narrator is enabled?

I tried to find if there are any events or methods for checking narrator related information in UWP but could not find anything. When AutomationProperty is added in any UWP XAML it works but I could find any way to capture or get the state of narration from code.

2
  • You can try to find a process narrator.exe to find out if it's running, for the rest you need to communicate via UIA API. Why do you want to detect Narrator ? If you want to activate special accessibility settings in your app based on that, you should also try to detect other screen readers like Jaws and NVDA. Commented Aug 13 at 15:24
  • Based on the narrator status I need to perform some tasks. Thats why I need to check the status. Commented Aug 14 at 7:56

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.