Class
LayoutControlTabGroupAutomationPeer

AutomationPeer for LayoutControlTabGroup.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public class LayoutControlTabGroupAutomationPeer : ItemsControlAutomationPeer, ISelectionProvider

Inheritance: objectLayoutControlTabGroupAutomationPeer

Implements: ISelectionProvider

Constructors

LayoutControlTabGroupAutomationPeer(LayoutControlTabGroup)

Initializes a new instance of the LayoutControlTabGroupAutomationPeer class.

Declaration

cs-api-definition
public LayoutControlTabGroupAutomationPeer(LayoutControlTabGroup owner)

Parameters

owner

LayoutControlTabGroup

The owner.

Properties

CanSelectMultiple

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

Declaration

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

Property Value

bool

IsSelectionRequired

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

Declaration

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

Property Value

bool

Methods

CreateItemAutomationPeer(object)

Declaration

cs-api-definition
protected override ItemAutomationPeer CreateItemAutomationPeer(object item)

Parameters

item

object

Returns

ItemAutomationPeer

GetAutomationControlTypeCore()

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

GetChildrenCore()

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists")]
protected override List<AutomationPeer> GetChildrenCore()

Returns

List<AutomationPeer>

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

GetSelection()

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

Declaration

cs-api-definition
public IRawElementProviderSimple[] GetSelection()

Returns

IRawElementProviderSimple[]

An array of UI Automation providers.