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

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: FileDialogsBreadcrumbBarAutomationPeer

Constructors

Initializes a new instance of the RadBreadcrumbBarAutomationPeer class.

C#
public RadBreadcrumbBarAutomationPeer(RadBreadcrumbBar owner)
Parameters:ownerRadBreadcrumbBar

The owner.

Methods

C#
protected override ItemAutomationPeer CreateItemAutomationPeer(object item)
Parameters:itemobjectReturns:

ItemAutomationPeer

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