Share via


TreeViewListAutomationPeer(TreeViewList) Constructor

Definition

Initializes a new instance of the TreeViewListAutomationPeer class.

 TreeViewListAutomationPeer(TreeViewList const& owner);
public TreeViewListAutomationPeer(TreeViewList owner);
function TreeViewListAutomationPeer(owner)
Public Sub New (owner As TreeViewList)

Parameters

owner
TreeViewList

The TreeViewList control instance to create the peer for.

Applies to