Class RadTreeViewItemAutomationPeer
Exposes RadTreeViewItem types to UI Automation.
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class RadTreeViewItemAutomationPeer : FrameworkElementAutomationPeer, IExpandCollapseProvider, ISelectionItemProvider, IValueProvider, IScrollItemProvider
Constructors
RadTreeViewItemAutomationPeer(RadTreeViewItem)
Initializes a new instance of the RadTreeViewItemAutomationPeer class.
Declaration
public RadTreeViewItemAutomationPeer(RadTreeViewItem owner)
Parameters
Rad The owner. |
Properties
IsReadOnly
Property used to store the IsEditable property of the RadTreeViewItem.
Declaration
public bool IsReadOnly { get; }
Property Value
System.
|
Owner
Overrides the Owner property.
Declaration
protected RadTreeViewItem Owner { get; }
Property Value
Value
Public property for the Header text of the RadTreeViewItemAutomationPeer.
Declaration
public string Value { get; }
Property Value
System.
|
Methods
GetAutomationControlTypeCore()
Gets the control type for the System.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System. The 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.
|
GetItemTypeCore()
Declaration
protected override string GetItemTypeCore()
Returns
System.
|
GetNameCore()
Gets the text label of the System.
Declaration
protected override string GetNameCore()
Returns
System. The text label of the element that is associated with this automation peer. |
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. |
GetPositionInSetCore()
Declaration
protected override int GetPositionInSetCore()
Returns
System.
|
GetSizeOfSetCore()
Declaration
protected override int GetSizeOfSetCore()
Returns
System.
|
IsContentElementCore()
Declaration
protected override bool IsContentElementCore()
Returns
System.
|
SetValue(String)
Sets the header's text.
Declaration
public void SetValue(string value)
Parameters
System.
|