Class RadTabItemAutomationPeer
Automation Peer for the Rad
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class RadTabItemAutomationPeer : ItemAutomationPeer, ISelectionItemProvider
Constructors
RadTabItemAutomationPeer(Object, RadTabControlAutomationPeer)
Initializes a new instance of the Rad
Declaration
public RadTabItemAutomationPeer(object item, RadTabControlAutomationPeer tabAutomationPeer)
Parameters
System. The item. |
Rad The tab automation peer. |
Properties
IsSelected
ISelectionItemProvider implementation. Gets a value that indicates whether an item is selected.
Declaration
public bool IsSelected { get; }
Property Value
System. True if the element is selected; otherwise false. |
SelectionContainer
ISelectionItemProvider implementation.
Gets the UI Automation provider that implements System.
Declaration
public IRawElementProviderSimple SelectionContainer { get; }
Property Value
System. The provider that supports System. |
Methods
AddToSelection()
ISelectionItemProvider implementation. Adds the current element to the collection of selected items.
Declaration
public void AddToSelection()
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.
|
GetChildrenCore()
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System.
|
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.
|
GetItem()
Gets the item in the that is associated with this Telerik.
Declaration
public object GetItem()
Returns
System. The data item. |
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
Returns
System.
|
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.
|
GetPattern(PatternInterface)
Gets the control pattern for the Rad
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System. One of the enumeration values. |
Returns
System. The object that implements the pattern interface, or null. |
RemoveFromSelection()
ISelectionItemProvider implementation. Removes the current element from the collection of selected items.
Declaration
public void RemoveFromSelection()
Select()
ISelectionItemProvider implementation. Deselects any selected items and then selects the current element.
Declaration
public void Select()