ListBoxItemWrapperAutomationPeer(ListBoxItem) Constructor

Definition

Initializes a new instance of the ListBoxItemWrapperAutomationPeer class.

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

Parameters

owner
ListBoxItem

The ListBoxItem that is associated with this ListBoxItemWrapperAutomationPeer.

Applies to