Class RadBreadcrumbAutomationPeer
UI Automation Peer class for RadBreadcrumb.
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class RadBreadcrumbAutomationPeer : FrameworkElementAutomationPeer
Constructors
RadBreadcrumbAutomationPeer(RadBreadcrumb)
Initializes a new instance of the RadBreadcrumbAutomationPeer class.
Declaration
public RadBreadcrumbAutomationPeer(RadBreadcrumb owner)
Parameters
RadBreadcrumb
owner
The owner. |
Methods
GetAutomationControlTypeCore()
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
The control type, as a value of the enumeration. |
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
|
GetNameCore()
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetName.
Declaration
protected override string GetNameCore()
Returns
System.String
The name. |