In This Article

AdvancedTabControlAutomationPeer Class

Exposes AdvancedTabControl types to UI Automation.

public class AdvancedTabControlAutomationPeer : TabControlAutomationPeer
Inheritance:
object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer ItemsControlAutomationPeer SelectorAutomationPeer TabControlAutomationPeer object

Constructors

AdvancedTabControlAutomationPeer(AdvancedTabControl)

Initializes a new instance of the AdvancedTabControlAutomationPeer class.

public AdvancedTabControlAutomationPeer(AdvancedTabControl owner)
Parameter Type Description
owner AdvancedTabControl

The owner element.

Methods

CreateItemAutomationPeer(object)

Creates an ItemAutomationPeer for a data item.

protected override ItemAutomationPeer CreateItemAutomationPeer(object item)
Parameter Type Description
item object

The data item.

Returns

ItemAutomationPeer:

The ItemAutomationPeer that was created.

GetAutomationIdCore()

Gets the string that uniquely identifies the FrameworkElement that is associated with this FrameworkElementAutomationPeer.

protected override string GetAutomationIdCore()

Returns

string:

The string that uniquely identifies the FrameworkElement that is associated with this FrameworkElementAutomationPeer.