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:
C#
public class RadBreadcrumbBarAutomationPeer : ItemsControlAutomationPeer
Inheritance: objectRadBreadcrumbBarAutomationPeer
Derived Classes:
Constructors
Initializes a new instance of the RadBreadcrumbBarAutomationPeer class.
C#
public RadBreadcrumbBarAutomationPeer(RadBreadcrumbBar owner)
The owner.
Methods
C#
protected override ItemAutomationPeer CreateItemAutomationPeer(object item)
ItemAutomationPeer
C#
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType