ClassLayoutControlTabGroupItemAutomationPeer
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
LayoutControlTabGroupItemAutomationPeer(object, LayoutControlTabGroupAutomationPeer)
Initializes a new instance of the LayoutControlTabGroupItemAutomationPeer class.
Declaration
public LayoutControlTabGroupItemAutomationPeer(object item, LayoutControlTabGroupAutomationPeer tabGroupAutomationPeer)
Parameters
item
The item.
tabGroupAutomationPeer
LayoutControlTabGroupAutomationPeer
The tab automation peer.
Properties
IsSelected
Gets a value indicating whether the associated tab group item is currently selected.
SelectionContainer
Gets the selection container for the LayoutControlTabGroupItemAutomationPeer.
Declaration
public IRawElementProviderSimple SelectionContainer { get; }
Property Value
IRawElementProviderSimple
The selection container associated with the LayoutControlTabGroupItemAutomationPeer.
Methods
AddToSelection()
Adds the current item to the selection of items in the tab group.
Declaration
public void AddToSelection()
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
RemoveFromSelection()
Removes the current item from the selection in the layout control tab group.
Declaration
public void RemoveFromSelection()
Select()
Selects the current layout control tab group item.
Declaration
public void Select()