In This Article

UI Automation

Wizard follows the WPF accessibility model for UI automation.

What is UI Automation?

Microsoft UI Automation is the new accessibility framework for Microsoft Windows. It addresses the needs of assistive technology products and automated test frameworks by providing programmatic access to information about the user interface (UI).

Wizard implements automation peers for the Wizard, WizardPage, and WizardButtonContainer controls. These automation peers allow for programmatic access to those UI elements and their child controls.

Wizard implements a selection control pattern and WizardPage implements a selection item pattern. Selection change events raise the appropriate events on the automation peers.