OnCreateAutomationPeer Method
Collapse the table of content
Expand the table of content

CheckBox.OnCreateAutomationPeer Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Returns a CheckBoxAutomationPeer for use by the Windows Phone automation infrastructure.

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

protected override AutomationPeer OnCreateAutomationPeer()

Return Value

Type: System.Windows.Automation.Peers.AutomationPeer
A CheckBoxAutomationPeer for the check box object.

This method creates a new CheckBoxAutomationPeer instance if one has not been created for the check box; otherwise, it returns the CheckBoxAutomationPeer previously created.

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

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft