New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class RadBreadcrumbBarItemAutomationPeer : FrameworkElementAutomationPeer

Inheritance: objectRadBreadcrumbBarItemAutomationPeer

Constructors

Initializes a new instance of the RadBreadcrumbBarItemAutomationPeer class.

C#
public RadBreadcrumbBarItemAutomationPeer(RadBreadcrumbBarItem owner)
Parameters:ownerRadBreadcrumbBarItem

The owner.

Methods

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

C#
protected override string GetClassNameCore()
Returns:

string

C#
protected override string GetHelpTextCore()
Returns:

string

C#
protected override string GetItemStatusCore()
Returns:

string

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string

C#
protected override string GetNameCore()
Returns:

string