ListBoxItemAutomationPeer(ListBoxItem) Constructor

Definition

Initializes a new instance of the ListBoxItemAutomationPeer class.

 ListBoxItemAutomationPeer(ListBoxItem const& owner);
public ListBoxItemAutomationPeer(ListBoxItem owner);
function ListBoxItemAutomationPeer(owner)
Public Sub New (owner As ListBoxItem)

Parameters

owner
ListBoxItem

The owner element to create for.

Applies to