We are working towards making our application Section 508 compliance and this is requirement from one of our state client. We are using JAWS for reading the text/labels and it it uses Accessible Name Property to spell out the text. I don't see any Accessible Name property in UltraMessageBox control. Is there a way to to enable this property since this one is present in all other controls.
Thanks,
Okay. How do i make UltraMessageBox 508 compliant?. I understand that it doesn't have accessible name property and windows message box also doesn't have this property but when we tested windows message box through JAWS, it worked fine. There must be something needs to be done inUltraMessageBox so Jaws can read message.
Hello somay,
The UltraMessageBox is not a control but a component and therefore it does not have this property. Please take a look at the following article:
http://msdn.microsoft.com/en-us/library/system.windows.forms.control.accessiblename.aspx.