Class DiagramNavigationPaneAutomationPeer
UI AutomationPeer class for DiagramNavigationPane.
Inheritance
System.Object
DiagramNavigationPaneAutomationPeer
Assembly: Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax
public class DiagramNavigationPaneAutomationPeer : FrameworkElementAutomationPeer, IExpandCollapseProvider
Constructors
Declaration
public DiagramNavigationPaneAutomationPeer(RadDiagramNavigationPane owner)
Parameters
Properties
Gets the state (expanded or collapsed) of the control.
Declaration
public ExpandCollapseState ExpandCollapseState { get; }
Property Value
System.Windows.Automation.ExpandCollapseState
The state (expanded or collapsed) of the control.
|
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
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
|
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
|
Declaration
protected override string GetClassNameCore()
Returns
Declaration
protected override string GetHelpTextCore()
Returns
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
Declaration
protected override string GetNameCore()
Returns
Gets a control pattern that is associated with this AutomationPeer.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.Windows.Automation.Peers.PatternInterface
patternInterface
|
Returns
Declaration
protected override bool IsEnabledCore()
Returns
Extension Methods