FixedPageAutomationPeer(FixedPage) Constructor

Definition

Initializes a new instance of the FixedPageAutomationPeer class.

public:
 FixedPageAutomationPeer(System::Windows::Documents::FixedPage ^ owner);
public FixedPageAutomationPeer (System.Windows.Documents.FixedPage owner);
new System.Windows.Automation.Peers.FixedPageAutomationPeer : System.Windows.Documents.FixedPage -> System.Windows.Automation.Peers.FixedPageAutomationPeer
Public Sub New (owner As FixedPage)

Parameters

owner
FixedPage

The FixedPage that is associated with this FixedPageAutomationPeer.

Applies to