Class RadOfficeNavigationBarAutomationPeer
The AutomationPeer associated with the RadOfficeNavigationBar class.
Inheritance
System.Object
RadOfficeNavigationBarAutomationPeer
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class RadOfficeNavigationBarAutomationPeer : SelectorAutomationPeer
Constructors
Declaration
public RadOfficeNavigationBarAutomationPeer(RadOfficeNavigationBar ownerNavigationBar)
Parameters
Methods
When overridden in a derived class, creates a new instance of the System.Windows.Automation.Peers.ItemAutomationPeer
for a data item in the System.Windows.Controls.ItemsControl.Items
collection of this System.Windows.Controls.ItemsControl.
Declaration
protected override ItemAutomationPeer CreateItemAutomationPeer(object item)
Parameters
System.Object
item
The data item that is associated with this System.Windows.Automation.Peers.ItemAutomationPeer.
|
Returns
System.Windows.Automation.Peers.ItemAutomationPeer
The new System.Windows.Automation.Peers.ItemAutomationPeer
created.
|
Gets the control type for the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.FrameworkElementAutomationPeer.
This method is called by System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
The System.Windows.Automation.Peers.AutomationControlType.Menu enumeration value.
|
Returns the name of the System.Windows.UIElement that
is associated with this System.Windows.Automation.Peers.FrameworkElementAutomationPeer.
This method is called by System.Windows.Automation.Peers.AutomationPeer.GetClassName.
Declaration
protected override string GetClassNameCore()
Returns
System.String
The name of the owner type that is associated with this System.Windows.Automation.Peers.FrameworkElementAutomationPeer.
See "Notes for Inheritors".
|
Declaration
protected override string GetHelpTextCore()
Returns
Declaration
protected override string GetItemStatusCore()
Returns
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetName.
Declaration
protected override string GetNameCore()
Returns
Extension Methods