In This Article

TabAutomationPeer Class

Exposes the Tab control to UI Automation.

public class TabAutomationPeer : RibbonControlAutomationPeer
Inheritance:
object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer RibbonControlAutomationPeer object

Constructors

TabAutomationPeer(FrameworkElement)

Initializes an instance of the TabAutomationPeer class.

public TabAutomationPeer(FrameworkElement owner)
Parameter Type Description
owner FrameworkElement

The owner of the automation peer.

Methods

GetChildrenCore()

Returns the collection elements represented in the UI Automation tree as immediate child elements of the automation peer.

protected override List<AutomationPeer> GetChildrenCore()

Returns

List<AutomationPeer>:

The list of child elements.

Inherited Members