Are Windows Forms components (e.g. UltraGrid, Ultra) accessible to Windows Narrator?
If so, could someone tell me what to do to make them work with Windoes Narrator?
Thanks.
Hello Vivien,
You can make the Narrator read our controls by setting UIAutomationForCodedUITestingEnabled property to false.
public Form1() { InitializeComponent(); UltraControlBase.UIAutomationForCodedUITestingEnabled = false; }
If you have any question with this, please let me know.
Best regards,Yuki MitaTechnical Consulting EngineerInfragistics Inc.www.infragistics.com/support
Hi Yuki:
The Navigator dialog(displayed when press ctrl+tab) that is shown by UltraDockManager does not work properly with the Windows Narrator, i.e. it does not read out the item names. Do you happen to know how to fix this problem ? Thanks.
I am sorry to make you wait for a while. After some research, currently we do not provide a way to control what Narrator reads over our controls.
Sorry to make you wait. We are still researching on your inquiry. I will get back to you as we have any progress on it.