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
Initializes a new instance of the RadOfficeNavigationBarItemAutomationPeer class. Automation Peer for the RadOfficeNavigationBarItem class.
public RadOfficeNavigationBarItemAutomationPeer(object owner, SelectorAutomationPeer parentPeer)
The object that is associated with this AutomationPeer.
parentPeerSelectorAutomationPeerThe AutomationPeer of the parent RadOfficeNavigationBar.
Initializes a new instance of the RadOfficeNavigationBarItemAutomationPeer class. Automation Peer for the RadOfficeNavigationBarItem class.
public RadOfficeNavigationBarItemAutomationPeer(RadOfficeNavigationBar owner, SelectorAutomationPeer parentPeer)
The object that is associated with this AutomationPeer.
parentPeerSelectorAutomationPeerThe AutomationPeer of the parent RadOfficeNavigationBar.
Methods
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType