Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Indicates whether Microsoft Active Accessibility support is enabled.
BOOL IsAccessibilitySupport() const;
Return Value
TRUE if accessibility support is enabled; otherwise, FALSE.
Remarks
Microsoft Active Accessibility was the earlier solution for making applications accessible. Microsoft UI Automation is the new accessibility model for Microsoft Windows and is intended to address the needs of assistive technology products and automated testing tools. For more information, see UI Automation and Microsoft Active Accessibility.
Use the AFX_GLOBAL_DATA::EnableAccessibilitySupport method to enable or disable Active Accessibility support.
Requirements
Header: afxglobals.h
See Also
Reference
AFX_GLOBAL_DATA::EnableAccessibilitySupport