ClassRadPipsPagerItemAutomationPeer
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:
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
public RadPipsPagerItemAutomationPeer(RadPipsPager owner, SelectorAutomationPeer parentPeer)
Parameters
owner
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
public RadPipsPagerItemAutomationPeer(object owner, SelectorAutomationPeer parentPeer)
Parameters
owner
The object that is associated with this AutomationPeer.
parentPeer
SelectorAutomationPeer
The AutomationPeer of the parent RadPipsPager.
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns