Click to See Complete Forum and Search --> : [RESOLVED] AccessibleRole


FoodBard
August 3rd, 2006, 07:59 AM
is there a point to setting tthis? I often wonder why controls don't have better default settings for this.
I've seen no doco saying this is important.

Can anyone explain?

Krishnaa
August 3rd, 2006, 08:06 AM
Microsoft Windows support accessibility (http://www.microsoft.com/enable/), which helps various scenarios, like it can help to read the text for blind people etc.

In order to make your application properly Accessible you should set the AccessibleRole of each control to it's respective possibility, that way Accessibility can handle it better.

http://msdn2.microsoft.com/en-us/library/system.windows.forms.accessiblerole.aspx

http://msdn2.microsoft.com/en-us/library/whyw9dfw.aspx