Class RadTreeViewAutomationPeer
Exposes RadTreeView types to UI Automation.
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class RadTreeViewAutomationPeer : FrameworkElementAutomationPeer, ISelectionProvider
Constructors
RadTreeViewAutomationPeer(RadTreeView)
Initializes a new instance of the Rad
Declaration
public RadTreeViewAutomationPeer(RadTreeView owner)
Parameters
Rad The owner. |
Methods
GetAutomationControlTypeCore()
Gets the control type for the System.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System. The System. |
GetChildrenCore()
Gets the collection of child elements of the System.
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System. A list of child System. |
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.
|
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
Returns
System.
|
GetPattern(PatternInterface)
Gets the control pattern for the System.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System. A value from the enumeration. |
Returns
System. Null. |