ClassRadTreeViewItemAutomationPeer
Exposes RadTreeViewItem types to UI Automation.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public class RadTreeViewItemAutomationPeer : FrameworkElementAutomationPeer, IExpandCollapseProvider, ISelectionItemProvider, IValueProvider, IScrollItemProvider
Inheritance: objectRadTreeViewItemAutomationPeer
Derived Classes:
Implements:
Constructors
RadTreeViewItemAutomationPeer(RadTreeViewItem)
Initializes a new instance of the RadTreeViewItemAutomationPeer class.
Declaration
public RadTreeViewItemAutomationPeer(RadTreeViewItem owner)
Parameters
owner
The owner.
Properties
IsReadOnly
Property used to store the IsEditable property of the RadTreeViewItem.
Owner
Overrides the Owner property.
Declaration
protected RadTreeViewItem Owner { get; }
Property Value
Methods
GetAutomationControlTypeCore()
Gets the control type for the UIElement that is associated with this . This method is called by .
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
The enumeration value.
GetNameCore()
Gets the text label of the that is associated with this . Called by .
Declaration
protected override string GetNameCore()
Returns
The text label of the element that is associated with this automation peer.
GetPattern(PatternInterface)
Gets the control pattern for the UIElement that is associated with this .
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
A value from the enumeration.
Returns
Null.
SetValue(string)
Sets the header's text.