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

Represents the automation peer for the RadBreadcrumb control, providing the necessary properties and behaviors for accessibility support. This class extends the and defines specific automation control types and properties, enabling enhanced interaction with automated UI testing tools.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class RadBreadcrumbAutomationPeer : FrameworkElementAutomationPeer

Inheritance: objectRadBreadcrumbAutomationPeer

Constructors

Initializes a new instance of the RadBreadcrumbAutomationPeer class.

C#
public RadBreadcrumbAutomationPeer(RadBreadcrumb owner)
Parameters:ownerRadBreadcrumb

The owner.

Methods

When overridden in a derived class, is called by .

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

The control type, as a value of the enumeration.

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

When overridden in a derived class, is called by .

C#
protected override string GetNameCore()
Returns:

string

The name.