This documentation is archived and is not being maintained.
System.Windows.Automation.Peers Namespace
Visual Studio 2010
Defines the AutomationPeer base class and a set of types that derive from it and that correspond to Microsoft .NET Framework controls. Each AutomationPeer exposes the corresponding Microsoft .NET Framework control to Microsoft UI Automation.
| Interface | Description | |
|---|---|---|
![]() | IViewAutomationPeer | Allows a customized view of a ListView that derives from ViewBase to implement automation peer features that are specific to the custom view. |
| Enumeration | Description | |
|---|---|---|
![]() | AutomationControlType | Specifies the ControlType that is exposed to the UI Automation client. |
![]() | AutomationEvents | Specifies the event that is raised by the element through the associated AutomationPeer. |
![]() | AutomationOrientation | Specifies the direction in which a control can be laid out. |
![]() | PatternInterface | Specifies the control pattern that GetPattern returns. |
Show:


