Class RadOfficeNavigationBarItemAutomationPeer
The AutomationPeer associated with the RadOfficeNavigationBarItem class.
Inheritance
System.Object
RadOfficeNavigationBarItemAutomationPeer
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class RadOfficeNavigationBarItemAutomationPeer : SelectorItemAutomationPeer
Constructors
Initializes a new instance of the RadOfficeNavigationBarItemAutomationPeer class.
Automation Peer for the RadOfficeNavigationBarItem class.
Declaration
public RadOfficeNavigationBarItemAutomationPeer(object owner, SelectorAutomationPeer parentPeer)
Parameters
System.Object
owner
The object that is associated with this AutomationPeer.
|
System.Windows.Automation.Peers.SelectorAutomationPeer
parentPeer
The AutomationPeer of the parent RadOfficeNavigationBar.
|
Initializes a new instance of the RadOfficeNavigationBarItemAutomationPeer class.
Automation Peer for the RadOfficeNavigationBarItem class.
Declaration
public RadOfficeNavigationBarItemAutomationPeer(RadOfficeNavigationBar owner, SelectorAutomationPeer parentPeer)
Parameters
RadOfficeNavigationBar
owner
The object that is associated with this AutomationPeer.
|
System.Windows.Automation.Peers.SelectorAutomationPeer
parentPeer
The AutomationPeer of the parent RadOfficeNavigationBar.
|
Methods
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
|
Declaration
protected override string GetClassNameCore()
Returns
Declaration
protected override string GetHelpTextCore()
Returns
Declaration
protected override string GetItemStatusCore()
Returns
Declaration
protected override string GetItemTypeCore()
Returns
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
Extension Methods