FrameAutomationPeer(Frame) Constructor

Definition

Initializes a new instance of the FrameAutomationPeer class.

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

Parameters

owner
Frame

The Frame that is associated with this FrameAutomationPeer.

Applies to