ClassRadBreadcrumbAutomationPeer
Class
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:
cs-api-definition
public class RadBreadcrumbAutomationPeer : FrameworkElementAutomationPeer
Inheritance: objectRadBreadcrumbAutomationPeer
Constructors
RadBreadcrumbAutomationPeer(RadBreadcrumb)
Initializes a new instance of the RadBreadcrumbAutomationPeer class.
Declaration
cs-api-definition
public RadBreadcrumbAutomationPeer(RadBreadcrumb owner)
Parameters
owner
The owner.
Methods
GetAutomationControlTypeCore()
When overridden in a derived class, is called by .
Declaration
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
The control type, as a value of the enumeration.
GetLocalizedControlTypeCore()
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns
GetNameCore()
When overridden in a derived class, is called by .