Share via


ListBoxAutomationPeer(ListBox) Constructor

Definition

Initializes a new instance of the ListBoxAutomationPeer class.

 ListBoxAutomationPeer(ListBox const& owner);
public ListBoxAutomationPeer(ListBox owner);
function ListBoxAutomationPeer(owner)
Public Sub New (owner As ListBox)

Parameters

owner
ListBox

The owner element to create for.

Applies to