AutomationPeer for LayoutControlTabGroupItem.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public class LayoutControlTabGroupItemAutomationPeer : ItemAutomationPeer, ISelectionItemProvider
Inheritance: objectLayoutControlTabGroupItemAutomationPeer
Implements:
Constructors
Initializes a new instance of the LayoutControlTabGroupItemAutomationPeer class.
public LayoutControlTabGroupItemAutomationPeer(object item, LayoutControlTabGroupAutomationPeer tabGroupAutomationPeer)
The item.
tabGroupAutomationPeerLayoutControlTabGroupAutomationPeerThe tab automation peer.
Properties
Gets a value indicating whether the associated tab group item is currently selected.
public bool IsSelected { get; }
SelectionContainer
IRawElementProviderSimple
Gets the selection container for the LayoutControlTabGroupItemAutomationPeer.
public IRawElementProviderSimple SelectionContainer { get; }
The selection container associated with the LayoutControlTabGroupItemAutomationPeer.
Methods
Adds the current item to the selection of items in the tab group.
public void AddToSelection()
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
Removes the current item from the selection in the layout control tab group.
public void RemoveFromSelection()
Selects the current layout control tab group item.
public void Select()