Class
RadBreadcrumbBarItemAutomationPeer

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:

cs-api-definition
public class RadBreadcrumbBarItemAutomationPeer : FrameworkElementAutomationPeer

Inheritance: objectRadBreadcrumbBarItemAutomationPeer

Constructors

RadBreadcrumbBarItemAutomationPeer(RadBreadcrumbBarItem)

Initializes a new instance of the RadBreadcrumbBarItemAutomationPeer class.

Declaration

cs-api-definition
public RadBreadcrumbBarItemAutomationPeer(RadBreadcrumbBarItem owner)

Parameters

owner

RadBreadcrumbBarItem

The owner.

Methods

GetAutomationControlTypeCore()

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

GetClassNameCore()

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

GetHelpTextCore()

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

GetItemStatusCore()

Declaration

cs-api-definition
protected override string GetItemStatusCore()

Returns

string

GetLocalizedControlTypeCore()

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string

GetNameCore()

Declaration

cs-api-definition
protected override string GetNameCore()

Returns

string