Class
RadOfficeNavigationBarItemAutomationPeer

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:

cs-api-definition
public class RadOfficeNavigationBarItemAutomationPeer : SelectorItemAutomationPeer

Inheritance: objectRadOfficeNavigationBarItemAutomationPeer

Constructors

RadOfficeNavigationBarItemAutomationPeer(RadOfficeNavigationBar, SelectorAutomationPeer)

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

Declaration

cs-api-definition
public RadOfficeNavigationBarItemAutomationPeer(RadOfficeNavigationBar owner, SelectorAutomationPeer parentPeer)

Parameters

owner

RadOfficeNavigationBar

The object that is associated with this AutomationPeer.

parentPeer

SelectorAutomationPeer

The AutomationPeer of the parent RadOfficeNavigationBar.

RadOfficeNavigationBarItemAutomationPeer(object, SelectorAutomationPeer)

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

Declaration

cs-api-definition
public RadOfficeNavigationBarItemAutomationPeer(object owner, SelectorAutomationPeer parentPeer)

Parameters

owner

object

The object that is associated with this AutomationPeer.

parentPeer

SelectorAutomationPeer

The AutomationPeer of the parent RadOfficeNavigationBar.

Methods

GetAutomationControlTypeCore()

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

GetClassNameCore()

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

GetHelpTextCore()

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

GetItemStatusCore()

Declaration

cs-api-definition
protected override string GetItemStatusCore()

Returns

string

GetItemTypeCore()

Declaration

cs-api-definition
protected override string GetItemTypeCore()

Returns

string

GetLocalizedControlTypeCore()

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string