ClassRadBreadcrumbBarAutomationPeer
Provides an automation peer implementation for the RadBreadcrumbBar control. This class exposes the control to UI Automation clients, enabling accessibility features. It derives from ItemsControlAutomationPeer and overrides methods to provide specific automation-related properties such as automation control type, class name, name, localized control type, help text, and item status.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public class RadBreadcrumbBarAutomationPeer : ItemsControlAutomationPeer
Inheritance: objectRadBreadcrumbBarAutomationPeer
Derived Classes:
Constructors
RadBreadcrumbBarAutomationPeer(RadBreadcrumbBar)
Initializes a new instance of the RadBreadcrumbBarAutomationPeer class.
Declaration
public RadBreadcrumbBarAutomationPeer(RadBreadcrumbBar owner)
Parameters
owner
The owner.
Methods
CreateItemAutomationPeer(object)
Declaration
protected override ItemAutomationPeer CreateItemAutomationPeer(object item)
Parameters
item
Returns
ItemAutomationPeer
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns