WindowsFormsHostAutomationPeer(WindowsFormsHost) Constructor

Definition

Initializes a new instance of the WindowsFormsHostAutomationPeer class.

public:
 WindowsFormsHostAutomationPeer(System::Windows::Forms::Integration::WindowsFormsHost ^ owner);
public WindowsFormsHostAutomationPeer (System.Windows.Forms.Integration.WindowsFormsHost owner);
new System.Windows.Automation.Peers.WindowsFormsHostAutomationPeer : System.Windows.Forms.Integration.WindowsFormsHost -> System.Windows.Automation.Peers.WindowsFormsHostAutomationPeer
Public Sub New (owner As WindowsFormsHost)

Parameters

owner
WindowsFormsHost

The WindowsFormsHost that is associated with this WindowsFormsHostAutomationPeer.

Applies to