Share via


SelectorSelectionAdapter.CreateAutomationPeer Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Returns an automation peer for the underlying Selector control, for use by the Silverlight automation infrastructure.

Namespace:  System.Windows.Controls
Assembly:  System.Windows.Controls.Input (in System.Windows.Controls.Input.dll)

Syntax

'Declaration
Public Function CreateAutomationPeer As AutomationPeer
public AutomationPeer CreateAutomationPeer()

Return Value

Type: System.Windows.Automation.Peers.AutomationPeer
An automation peer for use by the Silverlight automation infrastructure.

Implements

ISelectionAdapter.CreateAutomationPeer()

Remarks

This method returns an automation peer for the underlying Selector control. It creates a new automation peer instance if one has not been created; otherwise, it returns the automation peer previously created. The automation peer is included as a child by the AutoCompleteBox control.

Classes that participate in the Silverlight automation infrastructure must implement this method to return a class-specific derived class of AutomationPeer that reports information for automation behavior.

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.