Class RadNavigationViewAutomationPeer
Exposes RadNavigationView types to UI Automation.
Inheritance
System.Object
RadNavigationViewAutomationPeer
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class RadNavigationViewAutomationPeer : SelectorAutomationPeer, IExpandCollapseProvider, ISelectionProvider
Constructors
Initializes a new instance of the RadNavigationViewAutomationPeer class.
Automation Peer for the RadNavigationView class.
Declaration
public RadNavigationViewAutomationPeer(RadNavigationView owner)
Parameters
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
When overridden in a derived class, creates a new instance of the System.Windows.Automation.Peers.ItemAutomationPeer
for a data item in the System.Windows.Controls.ItemsControl.Items
collection of this System.Windows.Controls.ItemsControl.
Declaration
protected override ItemAutomationPeer CreateItemAutomationPeer(object item)
Parameters
System.Object
item
The data item that is associated with this System.Windows.Automation.Peers.ItemAutomationPeer.
|
Returns
System.Windows.Automation.Peers.ItemAutomationPeer
The new System.Windows.Automation.Peers.ItemAutomationPeer
created.
|
Displays all child nodes, controls, or content of the control.
Declaration
Gets the control type for the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.FrameworkElementAutomationPeer.
This method is called by System.Windows.Automation.Peers.AutomationPeer.GetAutomationControlType.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
The System.Windows.Automation.Peers.AutomationControlType.Menu enumeration value.
|
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
|
Returns the name of the System.Windows.UIElement that
is associated with this System.Windows.Automation.Peers.FrameworkElementAutomationPeer.
This method is called by System.Windows.Automation.Peers.AutomationPeer.GetClassName.
Declaration
protected override string GetClassNameCore()
Returns
System.String
The name of the owner type that is associated with this System.Windows.Automation.Peers.FrameworkElementAutomationPeer.
See "Notes for Inheritors".
|
Declaration
protected override string GetHelpTextCore()
Returns
Declaration
protected override string GetItemStatusCore()
Returns
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetName.
Declaration
protected override string GetNameCore()
Returns
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.Windows.Automation.Peers.PatternInterface
patternInterface
|
Returns
Extension Methods