DocumentPageViewAutomationPeer(DocumentPageView) Constructor

Definition

Initializes a new instance of the DocumentPageViewAutomationPeer class.

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

Parameters

owner
DocumentPageView

The DocumentPageView that is associated with this DocumentPageViewAutomationPeer.

Applies to