Class
LayoutControlTabGroupItemAutomationPeer

AutomationPeer for LayoutControlTabGroupItem.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public class LayoutControlTabGroupItemAutomationPeer : ItemAutomationPeer, ISelectionItemProvider

Inheritance: objectLayoutControlTabGroupItemAutomationPeer

Implements: ISelectionItemProvider

Constructors

LayoutControlTabGroupItemAutomationPeer(object, LayoutControlTabGroupAutomationPeer)

Initializes a new instance of the LayoutControlTabGroupItemAutomationPeer class.

Declaration

cs-api-definition
public LayoutControlTabGroupItemAutomationPeer(object item, LayoutControlTabGroupAutomationPeer tabGroupAutomationPeer)

Parameters

item

object

The item.

tabGroupAutomationPeer

LayoutControlTabGroupAutomationPeer

The tab automation peer.

Properties

IsSelected

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

Declaration

cs-api-definition
public bool IsSelected { get; }

Property Value

bool

SelectionContainer

Gets the selection container for the LayoutControlTabGroupItemAutomationPeer.

Declaration

cs-api-definition
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

cs-api-definition
public void AddToSelection()

GetAutomationControlTypeCore()

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

GetClassNameCore()

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

GetHelpTextCore()

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

GetItemStatusCore()

Declaration

cs-api-definition
protected override string GetItemStatusCore()

Returns

string

GetLocalizedControlTypeCore()

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string

RemoveFromSelection()

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

Declaration

cs-api-definition
public void RemoveFromSelection()

Select()

Selects the current layout control tab group item.

Declaration

cs-api-definition
public void Select()