RadioButtonAutomationPeer(RadioButton) 构造函数

定义

初始化 RadioButtonAutomationPeer 类的新实例。

 RadioButtonAutomationPeer(RadioButton const& owner);
public RadioButtonAutomationPeer(RadioButton owner);
function RadioButtonAutomationPeer(owner)
Public Sub New (owner As RadioButton)

参数

owner
RadioButton

要为其创建的 owner 元素。

适用于