Class RadNavigationViewItemAutomationPeer
Exposes RadNavigationViewItem types to UI Automation.
Inheritance
System.Object
RadNavigationViewItemAutomationPeer
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class RadNavigationViewItemAutomationPeer : SelectorItemAutomationPeer, IInvokeProvider, IExpandCollapseProvider
Constructors
Initializes a new instance of the RadNavigationViewItemAutomationPeer class.
Automation Peer for the RadNavigationViewItem class.
Declaration
public RadNavigationViewItemAutomationPeer(object owner, SelectorAutomationPeer parentPeer)
Parameters
System.Object
owner
The object that is associated with this AutomationPeer.
|
System.Windows.Automation.Peers.SelectorAutomationPeer
parentPeer
The AutomationPeer of the parent RadNavigationView.
|
Initializes a new instance of the RadNavigationViewItemAutomationPeer class.
Automation Peer for the RadNavigationViewItem class.
Declaration
public RadNavigationViewItemAutomationPeer(RadNavigationViewItem owner, SelectorAutomationPeer parentPeer)
Parameters
RadNavigationViewItem
owner
The object that is associated with this AutomationPeer.
|
System.Windows.Automation.Peers.SelectorAutomationPeer
parentPeer
The AutomationPeer of the parent RadNavigationView.
|
Properties
Gets the state, expanded or collapsed, of the control.
Declaration
public ExpandCollapseState ExpandCollapseState { get; }
Property Value
System.Windows.Automation.ExpandCollapseState
|
Methods
Hides all nodes, controls, or content that are descendants of the control.
Declaration
Displays all child nodes, controls, or content of the control.
Declaration
Gets the control type for the element that is associated with the UI Automation peer.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
|
Declaration
protected override string GetClassNameCore()
Returns
Declaration
protected override string GetHelpTextCore()
Returns
Declaration
protected override string GetItemStatusCore()
Returns
Declaration
protected override string GetItemTypeCore()
Returns
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.Windows.Automation.Peers.PatternInterface
patternInterface
|
Returns
Sends a request to activate a control and initiate its single, unambiguous action.
Declaration
Extension Methods