New to Telerik UI for WPFStart a free 30-day trial

AutomationPeer for LayoutControlTabGroupItem.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class LayoutControlTabGroupItemAutomationPeer : ItemAutomationPeer, ISelectionItemProvider

Inheritance: objectLayoutControlTabGroupItemAutomationPeer

Implements: ISelectionItemProvider

Constructors

Initializes a new instance of the LayoutControlTabGroupItemAutomationPeer class.

C#
public LayoutControlTabGroupItemAutomationPeer(object item, LayoutControlTabGroupAutomationPeer tabGroupAutomationPeer)
Parameters:itemobject

The item.

tabGroupAutomationPeerLayoutControlTabGroupAutomationPeer

The tab automation peer.

Properties

Gets a value indicating whether the associated tab group item is currently selected.

C#
public bool IsSelected { get; }

SelectionContainer

IRawElementProviderSimple

Gets the selection container for the LayoutControlTabGroupItemAutomationPeer.

C#
public IRawElementProviderSimple SelectionContainer { get; }
Property Value:

The selection container associated with the LayoutControlTabGroupItemAutomationPeer.

Methods

Adds the current item to the selection of items in the tab group.

C#
public void AddToSelection()
C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

C#
protected override string GetClassNameCore()
Returns:

string

C#
protected override string GetHelpTextCore()
Returns:

string

C#
protected override string GetItemStatusCore()
Returns:

string

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string

Removes the current item from the selection in the layout control tab group.

C#
public void RemoveFromSelection()

Selects the current layout control tab group item.

C#
public void Select()