ListBoxAutomationPeer(ListBox) Constructor

Definition

Initializes a new instance of the ListBoxAutomationPeer class.

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

Parameters

owner
ListBox

The ListBox that is associated with this ListBoxAutomationPeer.

Applies to