ClassRadOfficeNavigationBarItemAutomationPeer
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:
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
public RadOfficeNavigationBarItemAutomationPeer(RadOfficeNavigationBar owner, SelectorAutomationPeer parentPeer)
Parameters
owner
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
public RadOfficeNavigationBarItemAutomationPeer(object owner, SelectorAutomationPeer parentPeer)
Parameters
owner
The object that is associated with this AutomationPeer.
parentPeer
SelectorAutomationPeer
The AutomationPeer of the parent RadOfficeNavigationBar.
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns