Microsoft Active Accessibility Support
BCGControlBar Pro (MFC)
BCGSuite (MFC)
BCGControlBar for .NET
The library supports Microsoft Active Accessibility (MSAA). To see this feature in action, you need to run the Narrator Accessibility Tool and highlight any menu item or any other GUI control. The selected item name will be spoken by your sound system.
The second important goal of the MSAA support is providing an intuitive and efficient way to test your application: each UI control is exposed as an accessibility object (in the hierarchical presentation), and all these objects can be accessed by any external testing tools.
BCGPMSOfficeDemo example with Microsoft Inspect MSAA tool:
Sample code:
globalData.EnableAccessibilitySupport ();