本文介绍了在ADA投诉WinForms应用程序中需要更强的关注线索的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在为具有自己的ADA标准的客户端编写WinForms应用程序。


我被告知默认的焦点提示(在选项卡,按钮,文本框上)等等)在所有控件上都太模糊了。而不是在任何地方覆盖Paint,我想知道是否没有


1。特定于操作系统的方法来增强它们(毕竟,Windows 7应该是"可访问的",对吗?)



2。一些全局的,全方位的跟踪控制焦点变化的方式,所以我可以自己绘制矩形


这里的任何帮助都将非常感激。

解决方案

I'm writing a WinForms application for a client with their own ADA standard.

I've been told that the default focus cues (on tabs, buttons, textboxes, etc) are too faint on all the controls. Rather than overriding Paint everywhere, I'm wondering if there isn't either

1. an OS-specific way to enhance them (after all, Windows 7 is supposed to be 'accessible', right?)

or

2. some global, form-wide way of tracking control focus changes so I can draw the rectangle myself

Any help here would be much appreciated.

解决方案


这篇关于在ADA投诉WinForms应用程序中需要更强的关注线索的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-31 15:43