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

AutomationPeer for LayoutControlTabGroup.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class LayoutControlTabGroupAutomationPeer : ItemsControlAutomationPeer, ISelectionProvider

Inheritance: objectLayoutControlTabGroupAutomationPeer

Implements: ISelectionProvider

Constructors

Initializes a new instance of the LayoutControlTabGroupAutomationPeer class.

C#
public LayoutControlTabGroupAutomationPeer(LayoutControlTabGroup owner)
Parameters:ownerLayoutControlTabGroup

The owner.

Properties

Gets a value indicating whether multiple items can be selected in the layout control tab group.

C#
public bool CanSelectMultiple { get; }

Gets a value indicating whether selection is required for the tab group.

C#
public bool IsSelectionRequired { get; }

Methods

C#
protected override ItemAutomationPeer CreateItemAutomationPeer(object item)
Parameters:itemobjectReturns:

ItemAutomationPeer

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

C#
protected override List<AutomationPeer> GetChildrenCore()
Returns:

List<AutomationPeer>

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

ISelectionProvider implementation. Retrieves a UI Automation provider for each child element that is selected.

C#
public IRawElementProviderSimple[] GetSelection()
Returns:

IRawElementProviderSimple[]

An array of UI Automation providers.