ListViewAutomationPeer(ListView) Constructor

Definition

Initializes a new instance of the ListViewAutomationPeer class.

 ListViewAutomationPeer(ListView const& owner);
public ListViewAutomationPeer(ListView owner);
function ListViewAutomationPeer(owner)
Public Sub New (owner As ListView)

Parameters

owner
ListView

The ListView to create a peer for.

Applies to