AFX_GLOBAL_DATA::IsAccessibilitySupport

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 Structure

Hierarchy Chart

AFX_GLOBAL_DATA::EnableAccessibilitySupport

Concepts

UI Automation and Microsoft Active Accessibility