TextBoxAutomationPeer(TextBox) 构造函数

定义

初始化 TextBoxAutomationPeer 类的新实例。

 TextBoxAutomationPeer(TextBox const& owner);
public TextBoxAutomationPeer(TextBox owner);
function TextBoxAutomationPeer(owner)
Public Sub New (owner As TextBox)

参数

owner
TextBox

要为其创建对等方的 TextBox

适用于