[This is preliminary documentation and is subject to change.]

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

Namespace: Tools.WindowsT.WPF.ControlsT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
protected override AutomationPeer OnCreateAutomationPeer()
Visual Basic
Protected Overrides Function OnCreateAutomationPeer As AutomationPeer
Visual C++
protected:
virtual AutomationPeer^ OnCreateAutomationPeer() override
F#
abstract OnCreateAutomationPeer : unit -> AutomationPeer 
override OnCreateAutomationPeer : unit -> AutomationPeer 
JScript
protected override function OnCreateAutomationPeer() : AutomationPeer

Return Value

The type-specific AutomationPeer implementation.

See Also