Class
RadPipsPagerItemAutomationPeer

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:

cs-api-definition
public class RadPipsPagerItemAutomationPeer : SelectorItemAutomationPeer

Inheritance: objectRadPipsPagerItemAutomationPeer

Constructors

RadPipsPagerItemAutomationPeer(RadPipsPager, SelectorAutomationPeer)

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

Declaration

cs-api-definition
public RadPipsPagerItemAutomationPeer(RadPipsPager owner, SelectorAutomationPeer parentPeer)

Parameters

owner

RadPipsPager

The object that is associated with this AutomationPeer.

parentPeer

SelectorAutomationPeer

The AutomationPeer of the parent RadPipsPager.

RadPipsPagerItemAutomationPeer(object, SelectorAutomationPeer)

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

Declaration

cs-api-definition
public RadPipsPagerItemAutomationPeer(object owner, SelectorAutomationPeer parentPeer)

Parameters

owner

object

The object that is associated with this AutomationPeer.

parentPeer

SelectorAutomationPeer

The AutomationPeer of the parent RadPipsPager.

Methods

GetAutomationControlTypeCore()

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

GetClassNameCore()

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

GetHelpTextCore()

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

GetItemStatusCore()

Declaration

cs-api-definition
protected override string GetItemStatusCore()

Returns

string

GetItemTypeCore()

Declaration

cs-api-definition
protected override string GetItemTypeCore()

Returns

string

GetLocalizedControlTypeCore()

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string