How to detect that narrator tool is running?
问题 I have a custom control. i like to provide the support for System screen reading support. Is there any logic to find that the narrator or coded UI tool is enabled in our machine.?? 回答1: You can use namespace Windows.UI.Xaml.Automation.Peers and this method: var isNarratorStarted = AutomationPeer.ListenerExists(AutomationEvents.AutomationFocusChanged); 回答2: I had similiar case but when working with UWP app and I solved it that way. Maybe you can take something from here: private bool