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
ItemAutomationPeerthat 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
FrameworkElementthat is associated with thisFrameworkElementAutomationPeer.