CheckBoxAutomationPeer(CheckBox) 构造函数

定义

初始化 CheckBoxAutomationPeer 类的新实例。

 CheckBoxAutomationPeer(CheckBox const& owner);
public CheckBoxAutomationPeer(CheckBox owner);
function CheckBoxAutomationPeer(owner)
Public Sub New (owner As CheckBox)

参数

owner
CheckBox

要为其创建的 owner 元素。

适用于