WindowAutomationPeer(Window) Constructor

Definition

Initializes a new instance of the WindowAutomationPeer class.

public:
 WindowAutomationPeer(System::Windows::Window ^ owner);
public WindowAutomationPeer (System.Windows.Window owner);
new System.Windows.Automation.Peers.WindowAutomationPeer : System.Windows.Window -> System.Windows.Automation.Peers.WindowAutomationPeer
Public Sub New (owner As Window)

Parameters

owner
Window

The Window that is associated with this WindowAutomationPeer.

Applies to