New to Telerik UI for WPFStart a free 30-day trial

Provides the automation peer for the RadPipsPagerItem control, facilitating UI automation interactions such as property access and control type identification. This class derives from and is utilized to connect the RadPipsPagerItem to the UI Automation framework, enabling accessibility support and customized automation properties. The automation peer handles the item selection state and exposes custom properties relevant to the RadPipsPagerItem, allowing for enhanced interaction within automated testing scenarios.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public class RadPipsPagerItemAutomationPeer : SelectorItemAutomationPeer

Inheritance: objectRadPipsPagerItemAutomationPeer

Constructors

Initializes a new instance of the RadPipsPagerItemAutomationPeer class. Automation Peer for the RadPipsPagerItem class.

C#
public RadPipsPagerItemAutomationPeer(object owner, SelectorAutomationPeer parentPeer)
Parameters:ownerobject

The object that is associated with this AutomationPeer.

parentPeerSelectorAutomationPeer

The AutomationPeer of the parent RadPipsPager.

Initializes a new instance of the RadPipsPagerItemAutomationPeer class. Automation Peer for the RadPipsPagerItem class.

C#
public RadPipsPagerItemAutomationPeer(RadPipsPager owner, SelectorAutomationPeer parentPeer)
Parameters:ownerRadPipsPager

The object that is associated with this AutomationPeer.

parentPeerSelectorAutomationPeer

The AutomationPeer of the parent RadPipsPager.

Methods

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

C#
protected override string GetClassNameCore()
Returns:

string

C#
protected override string GetHelpTextCore()
Returns:

string

C#
protected override string GetItemStatusCore()
Returns:

string

C#
protected override string GetItemTypeCore()
Returns:

string

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string