Represents the automation peer for a RadBreadcrumbBarItem that provides support for UI Automation client applications. This class enables the automation of the RadBreadcrumbBarItem, allowing interaction with automated testing tools and assistive technologies. It overrides methods to provide the automation control type, class name, and localized control type for the wrapped RadBreadcrumbBarItem, and can provide additional information such as the item's name and help text. The implementation can also offer detailed status information in advanced automation mode.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public class RadBreadcrumbBarItemAutomationPeer : FrameworkElementAutomationPeer
Inheritance: objectRadBreadcrumbBarItemAutomationPeer
Constructors
Initializes a new instance of the RadBreadcrumbBarItemAutomationPeer class.
public RadBreadcrumbBarItemAutomationPeer(RadBreadcrumbBarItem owner)
The owner.
Methods
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType