TabItemWrapperAutomationPeer(TabItem) Constructor

Definition

Initializes a new instance of the TabItemWrapperAutomationPeer class.

public:
 TabItemWrapperAutomationPeer(System::Windows::Controls::TabItem ^ owner);
public TabItemWrapperAutomationPeer (System.Windows.Controls.TabItem owner);
new System.Windows.Automation.Peers.TabItemWrapperAutomationPeer : System.Windows.Controls.TabItem -> System.Windows.Automation.Peers.TabItemWrapperAutomationPeer
Public Sub New (owner As TabItem)

Parameters

owner
TabItem

The TabItem that is associated with this TabItemWrapperAutomationPeer.

Applies to