开发者

Application with Accessibility for Blind People

I am about to start developing a开发者_运维知识库n application, which requires accessibility for blind people. It will be a front-end to google calendar for blind people. Can I do this in C#? Does .NET provide accessibility? I want to read the information from screen readers, a software that uses voice to interpret what is written on the screen. Any good suggestions from anyone on where to start? I've only found stuff about web accessibility...

Thank you in advance!


Short answer; yes, Winform and Web controls have Accessibility properties which are reported to accessibility clients like screen readers. You'll need to ensure that all these have proper data specified (there are no meaningful default values given).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜