New to Telerik UI for WPFStart a free 30-day trial

Represents the automation peer for a RadOfficeNavigationBarItem. This class exposes the properties and methods required for UI Automation to interact with the navigation bar item in the associated RadOfficeNavigationBar. It allows the automation framework to retrieve custom property values, provides help text, and defines the control type and item status for accessibility tools.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class RadOfficeNavigationBarItemAutomationPeer : SelectorItemAutomationPeer

Inheritance: objectRadOfficeNavigationBarItemAutomationPeer

Constructors

Initializes a new instance of the RadOfficeNavigationBarItemAutomationPeer class. Automation Peer for the RadOfficeNavigationBarItem class.

C#
public RadOfficeNavigationBarItemAutomationPeer(object owner, SelectorAutomationPeer parentPeer)
Parameters:ownerobject

The object that is associated with this AutomationPeer.

parentPeerSelectorAutomationPeer

The AutomationPeer of the parent RadOfficeNavigationBar.

Initializes a new instance of the RadOfficeNavigationBarItemAutomationPeer class. Automation Peer for the RadOfficeNavigationBarItem class.

C#
public RadOfficeNavigationBarItemAutomationPeer(RadOfficeNavigationBar owner, SelectorAutomationPeer parentPeer)
Parameters:ownerRadOfficeNavigationBar

The object that is associated with this AutomationPeer.

parentPeerSelectorAutomationPeer

The AutomationPeer of the parent RadOfficeNavigationBar.

Methods

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

C#
protected override string GetClassNameCore()
Returns:

string

C#
protected override string GetHelpTextCore()
Returns:

string

C#
protected override string GetItemStatusCore()
Returns:

string

C#
protected override string GetItemTypeCore()
Returns:

string

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string