ComboBoxAutomationPeer(ComboBox) 构造函数

定义

初始化 ComboBoxAutomationPeer 类的新实例。

 ComboBoxAutomationPeer(ComboBox const& owner);
public ComboBoxAutomationPeer(ComboBox owner);
function ComboBoxAutomationPeer(owner)
Public Sub New (owner As ComboBox)

参数

owner
ComboBox

要为其创建的 owner 元素。

适用于