ClassRadBreadcrumbBarItemAutomationPeer
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
RadBreadcrumbBarItemAutomationPeer(RadBreadcrumbBarItem)
Initializes a new instance of the RadBreadcrumbBarItemAutomationPeer class.
Declaration
public RadBreadcrumbBarItemAutomationPeer(RadBreadcrumbBarItem owner)
Parameters
owner
The owner.
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns