Identifying a Window by Its Function

Identify each type of window by assigning it a unique window class. Avoid having a single window class that is used for a wide variety of functions.

Accessibility aids must have this identification in order to handle different windows within the same application. There may be separate instructions for handling these windows, such as announcing specific areas when the content changes.

If you cannot use separate window classes, you can expose the differences through Microsoft<entity type="reg"/> Active Accessibility<entity type="reg"/>, or if necessary, by a private window message that you document on your website.

For more information about exposing window classes by using Active Accessibility, see the Accessibility section.