ClassRadPipsPagerAutomationPeer
Represents the automation peer for the RadPipsPager control. This class provides the necessary support for UI automation clients to interact with the RadPipsPager. It overrides methods to create item automation peers, specify control types, and return localized control names and custom property values associated with the RadPipsPager. The automation peer ensures that properties like orientation, scrolling capabilities, button styles, and item size are accessible to automation clients, enhancing the control's interactivity and usability in automated environments.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.dll
Syntax:
public class RadPipsPagerAutomationPeer : SelectorAutomationPeer
Inheritance: objectRadPipsPagerAutomationPeer
Constructors
RadPipsPagerAutomationPeer(RadPipsPager)
Initializes a new instance of the RadPipsPagerAutomationPeer class.
Declaration
public RadPipsPagerAutomationPeer(RadPipsPager ownerPipsPager)
Parameters
ownerPipsPager
Methods
CreateItemAutomationPeer(object)
When overridden in a derived class, creates a new instance of the ItemAutomationPeer for a data item in the collection of this .
Declaration
protected override ItemAutomationPeer CreateItemAutomationPeer(object item)
Parameters
item
The data item that is associated with this ItemAutomationPeer.
Returns
ItemAutomationPeer
The new ItemAutomationPeer created.
GetAutomationControlTypeCore()
Gets the control type for the UIElement that is associated with this . This method is called by .
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
The enumeration value.
GetClassNameCore()
Returns the name of the UIElement that is associated with this . This method is called by .
Declaration
protected override string GetClassNameCore()
Returns
The name of the owner type that is associated with this . See "Notes for Inheritors".
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
GetNameCore()
When overridden in a derived class, is called by .