ListBoxAutomationPeer(ListBox) 构造函数

定义

初始化 ListBoxAutomationPeer 类的新实例。

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

参数

owner
ListBox

要为其创建的 owner 元素。

适用于