HwndHost::OnCreateAutomationPeer Method ()
.NET Framework (current version)
Creates an AutomationPeer for HwndHost .
Assembly: PresentationFramework (in PresentationFramework.dll)
Return Value
Type: System.Windows.Automation.Peers::AutomationPeer^The type-specific AutomationPeer implementation.
The implementation of this method is typically to call the constructor of a specific AutomationPeer implementation, and return it as the return value. The HwndHost implementation of OnCreateAutomationPeer does this, but the automation peer that it returns is an internal class.
.NET Framework
Available since 3.0
Available since 3.0
Show: