GroupBoxAutomationPeer(GroupBox) 构造函数

定义

初始化 GroupBoxAutomationPeer 类的新实例。

public:
 GroupBoxAutomationPeer(System::Windows::Controls::GroupBox ^ owner);
public GroupBoxAutomationPeer (System.Windows.Controls.GroupBox owner);
new System.Windows.Automation.Peers.GroupBoxAutomationPeer : System.Windows.Controls.GroupBox -> System.Windows.Automation.Peers.GroupBoxAutomationPeer
Public Sub New (owner As GroupBox)

参数

owner
GroupBox

与此 GroupBoxAutomationPeer 关联的 GroupBox

适用于