Types of IAccessible Support

Microsoft Active Accessibility servers have two types of IAccessible support: native and proxied. The UI elements used in an application determine which type of support is appropriate. Many servers being written today take full advantage of IAccessible proxies and only implement IAccessible for those controls that are not proxied by Oleacc.dll, such as windowless controls or controls with a custom window class name.

In this section