Class RadPipsPagerItemAutomationPeer
The AutomationPeer associated with the RadPipsPagerItem class.
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.dll
Syntax
public class RadPipsPagerItemAutomationPeer : SelectorItemAutomationPeer
Constructors
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
System.Object
owner
The object that is associated with this AutomationPeer. |
System.Windows.Automation.Peers.SelectorAutomationPeer
parentPeer
The AutomationPeer of the parent RadPipsPager. |
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
RadPipsPager
owner
The object that is associated with this AutomationPeer. |
System.Windows.Automation.Peers.SelectorAutomationPeer
parentPeer
The AutomationPeer of the parent RadPipsPager. |
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
|
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
Returns
System.String
|
GetItemTypeCore()
Declaration
protected override string GetItemTypeCore()
Returns
System.String
|
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
|